Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1aff432f authored by wescande's avatar wescande Committed by William Escande
Browse files

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
parent 31b986da
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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",
    ],
}