Migrate Cellbroadcast modules to use modules-utils

StateMachine stand-alone library will replace all specific filegroup
created for module.
It will be then moved into modules-utils
Preconditions and handlerExecutor are arlready moved in modules-utils

Bug: 198418216
Tag: #refactor
Test: Build
Change-Id: Ia72c92d6be150edfee3743878d988f21a585e808
This commit is contained in:
wescande
2021-09-23 14:41:52 +02:00
committed by William Escande
parent 31b986daf2
commit 1aff432fda

View File

@@ -371,12 +371,7 @@ filegroup {
filegroup {
name: "framework-cellbroadcast-shared-srcs",
srcs: [
":modules-utils-preconditions-srcs",
"android/os/HandlerExecutor.java",
"android/util/LocalLog.java",
"com/android/internal/util/IState.java",
"com/android/internal/util/State.java",
"com/android/internal/util/StateMachine.java",
],
}