Remove PermissionController from base_system after moving into APEX.

Bug: 136503238
Test: m mts && mts-tradefed run mts-permission
Change-Id: Ic6194402adfa1d0b8bd55e337e3b573ea37f7fba
This commit is contained in:
Hai Zhang 2019-12-12 15:04:48 -08:00
parent 3205b4807e
commit 15fd20f873
2 changed files with 3 additions and 1 deletions

View File

@ -733,6 +733,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex/com.android.apex.cts.sh
$(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -type d -name "android_*_recovery*" -print0 | xargs -0 rm -rf)
$(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -type d -name "android_*_vendor*" -print0 | xargs -0 rm -rf)
# Remove PermissionController after moving into APEX
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/*PermissionController)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************

View File

@ -220,7 +220,6 @@ PRODUCT_PACKAGES += \
PackageInstaller \
passwd_system \
perfetto \
PermissionController \
ping \
ping6 \
platform.xml \