Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8e4d795 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move the app to /system_ext"

parents 6f82fe83 13aaa6ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"],
+2 −0
Original line number Diff line number Diff line
@@ -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