diff options
| author | wescande <wescande@google.com> | 2021-09-23 14:41:52 +0200 |
|---|---|---|
| committer | William Escande <wescande@google.com> | 2021-09-23 15:04:54 +0200 |
| commit | 1aff432fdadf66fceeea6564c68644591fa93d51 (patch) | |
| tree | 669a352272f1c48117e6a7a268f34974c9124301 /core/java | |
| parent | 31b986daf2d71ee95ee2cb972c34369b46e36dbe (diff) | |
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
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/java/Android.bp b/core/java/Android.bp index c330ff73d4fc..5f2c456bc388 100644 --- a/core/java/Android.bp +++ b/core/java/Android.bp @@ -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", ], } |
