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

Commit b92a8b02 authored by Chen Xu's avatar Chen Xu Committed by Automerger Merge Worker
Browse files

Merge "Do not include CellBroadcastLegacy for Go devices" into rvc-dev am:...

Merge "Do not include CellBroadcastLegacy for Go devices" into rvc-dev am: 99e317ce am: 3af5f639

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11922002

Change-Id: Id19122df28a1ddf74e84506ff3c744526c500af6
parents 5e074117 3af5f639
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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)/system/apex/com.android.cellbroadcast.apex)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/apex/com.android.cellbroadcast)
$(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
# Remove MediaProvider after moving into APEX
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/MediaProvider)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/MediaProvider)