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

Commit 8d3f32cc authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge changes from topic "apps_to_system_ext" am: 046d9393

Change-Id: Ife87444eca0b114bd8a8d5c4bdc4ef08e872fd72
parents 4b48dfe3 046d9393
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@ android_app {
        proguard_flags_files: ["proguard.flags"],
    },

    product_specific: true,
    system_ext_specific: true,
}
+2 −0
Original line number Diff line number Diff line
@@ -49,3 +49,5 @@
# ************************************************

$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/WAPPushManager)
$(call add-clean-step, rm -rf $(TARGET_OUT_PRODUCT)/app/WAPPushManager)
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ android_app {
    srcs: ["src/**/*.java"],
    platform_apis: true,
    certificate: "platform",
    product_specific: true,
    system_ext_specific: true,
    privileged: true,
    optimize: {
        proguard_flags_files: ["proguard.flags"],
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/WallpaperCropper)
$(call add-clean-step, rm -rf $(TARGET_OUT_PRODUCT)/priv-app/WallpaperCropper)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST