Merge "Move the app to /system_ext"

This commit is contained in:
Treehugger Robot
2020-01-17 11:44:42 +00:00
committed by Gerrit Code Review
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