Merge "Move the app to /system_ext" am: c8e4d7953e

Change-Id: I515919946b7438ca0e7971127a394545c1e61ea0
This commit is contained in:
Automerger Merge Worker
2020-01-17 20:13:16 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ android_app {
name: "Settings",
platform_apis: true,
certificate: "platform",
product_specific: true,
system_ext_specific: true,
privileged: true,
required: ["privapp_whitelist_com.android.settings"],
static_libs: ["Settings-core"],

View File

@@ -47,6 +47,8 @@
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Settings_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Settings_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/Settings)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product/priv-app/Settings)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/product/priv-app/Settings)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST