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:
@@ -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_*_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)
|
$(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
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
# ************************************************
|
# ************************************************
|
||||||
|
@@ -220,7 +220,6 @@ PRODUCT_PACKAGES += \
|
|||||||
PackageInstaller \
|
PackageInstaller \
|
||||||
passwd_system \
|
passwd_system \
|
||||||
perfetto \
|
perfetto \
|
||||||
PermissionController \
|
|
||||||
ping \
|
ping \
|
||||||
ping6 \
|
ping6 \
|
||||||
platform.xml \
|
platform.xml \
|
||||||
|
Reference in New Issue
Block a user