summaryrefslogtreecommitdiff
path: root/cellbroadcast-jarjar-rules.txt
diff options
context:
space:
mode:
authorChen Xu <fionaxu@google.com>2019-10-20 19:32:33 -0700
committerChen Xu <fionaxu@google.com>2019-11-04 15:52:51 -0800
commit1843fb2db753d39ced859628382ce6a2761547bf (patch)
treec3367cdd19938e76604a6f7e6ed296f362b8b01e /cellbroadcast-jarjar-rules.txt
parent1177505579df46c38120f9c68a765cec828aadf7 (diff)
downloadCellBroadcastService-1843fb2db753d39ced859628382ce6a2761547bf.tar.gz
prepare cellbroadcastservice to be a mainline module
1. prepare two build targets one for updatable module another for the legacy platform module with diferent config 2. switch to the updatable module as this is a mandatory module 3. update jarjar rules Bug: 135956699 Test: unit test and test app Change-Id: I1b3fad912c6fa5b921fef077301005a6af0c6402
Diffstat (limited to 'cellbroadcast-jarjar-rules.txt')
-rw-r--r--cellbroadcast-jarjar-rules.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/cellbroadcast-jarjar-rules.txt b/cellbroadcast-jarjar-rules.txt
index b50ec50..a5068c7 100644
--- a/cellbroadcast-jarjar-rules.txt
+++ b/cellbroadcast-jarjar-rules.txt
@@ -1,4 +1,2 @@
-rule android.util.LocalLog* com.android.cellbroadcast.LocalLog@1
-rule android.util.Slog* com.android.cellbroadcast.Slog@1
-rule com.android.internal.util.State* com.android.cellbroadcastservice.State@1
-rule com.android.internal.util.StateMachine* com.android.cellbroadcastservice.StateMachine@1
+rule android.util.LocalLog* com.android.cellbroadcastservice.LocalLog@1
+rule android.util.Slog* com.android.cellbroadcastservice.Slog@1