Create a cellbroadcast apex
create a single com.android.cellbroadcast apex to pack two apks together: com.android.cellbroadcastreceiver and com.android.cellbroadcastservice. Bug: 135956699 Test: m com.android.cellbroadcast && adb install com.android.cellbroadcast Change-Id: I01dd26b12411e79a36be9a579f3ef14d1ee2544b
This commit is contained in:
parent
8739801f5c
commit
002c77903c
2 changed files with 3 additions and 2 deletions
|
@ -41,6 +41,7 @@ PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
|
|||
PRODUCT_PACKAGES += InProcessNetworkStack
|
||||
PRODUCT_PACKAGES += InProcessWifiStack
|
||||
PRODUCT_PACKAGES += CellBroadcastAppPlatform
|
||||
PRODUCT_PACKAGES += CellBroadcastServiceModulePlatform
|
||||
|
||||
# Strip the local variable table and the local variable type table to reduce
|
||||
# the size of the system image. This has no bearing on stack traces, but will
|
||||
|
|
|
@ -21,7 +21,7 @@ PRODUCT_PACKAGES := \
|
|||
ONS \
|
||||
CarrierDefaultApp \
|
||||
CallLogBackup \
|
||||
CellBroadcastApp \
|
||||
CellBroadcastServiceModule \
|
||||
#TODO(b/144301029) \
|
||||
com.android.cellbroadcast \
|
||||
|
||||
PRODUCT_COPY_FILES := \
|
||||
|
|
Loading…
Reference in a new issue