Merge "Move the app to /system_ext" am: c8e4d7953e
Change-Id: I515919946b7438ca0e7971127a394545c1e61ea0
This commit is contained in:
@@ -49,7 +49,7 @@ android_app {
|
|||||||
name: "Settings",
|
name: "Settings",
|
||||||
platform_apis: true,
|
platform_apis: true,
|
||||||
certificate: "platform",
|
certificate: "platform",
|
||||||
product_specific: true,
|
system_ext_specific: true,
|
||||||
privileged: true,
|
privileged: true,
|
||||||
required: ["privapp_whitelist_com.android.settings"],
|
required: ["privapp_whitelist_com.android.settings"],
|
||||||
static_libs: ["Settings-core"],
|
static_libs: ["Settings-core"],
|
||||||
|
@@ -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 $(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/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
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
|
Reference in New Issue
Block a user