Merge "Do not include CellBroadcastLegacy for Go devices" into rvc-dev am: 99e317ce2d
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11922002 Change-Id: I753539b51ea295128d5fde0f13989bdcb0899812
This commit is contained in:
commit
d61b863b3d
1 changed files with 3 additions and 0 deletions
|
@ -713,6 +713,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.h
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex/com.android.cellbroadcast.apex)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/apex/com.android.cellbroadcast)
|
||||
|
||||
# Remove CellBroadcastLegacyApp for Go devices
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/CellBroadcastLegacyApp)
|
||||
|
||||
# Remove MediaProvider after moving into APEX
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/MediaProvider)
|
||||
|
||||
|
|
Loading…
Reference in a new issue