Skip to content

Commit

Permalink
Merge "Do not include CellBroadcastLegacy for Go devices" into rvc-de…
Browse files Browse the repository at this point in the history
…v am: 99e317c am: 3af5f63 am: 24a87ba am: bc93221

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

Change-Id: If7e3e2211ab265ab116b99e018dd19e6c4190a69
  • Loading branch information
Chen Xu authored and android-build-merge-worker-robot committed Jun 19, 2020
2 parents 5caf08f + bc93221 commit 35a3a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 35a3a5e

Please sign in to comment.