Merge changes from topic "apps_to_system_ext" am: 046d939399 am: 8d3f32ccdc

Change-Id: Ief9e852d88063c2519c940615fd47239b7d459e7
This commit is contained in:
Automerger Merge Worker
2020-01-17 21:49:37 +00:00
4 changed files with 5 additions and 2 deletions

View File

@@ -10,5 +10,5 @@ android_app {
proguard_flags_files: ["proguard.flags"],
},
product_specific: true,
system_ext_specific: true,
}

View File

@@ -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)

View File

@@ -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"],

View File

@@ -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