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

Change-Id: If9903907b9b81a9d98920ffd3f11b11e6af0d5db
This commit is contained in:
Automerger Merge Worker
2020-01-17 21:49:07 +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