Merge "Move WAPPushManager to /product"

This commit is contained in:
Treehugger Robot
2019-08-31 12:52:27 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -9,4 +9,6 @@ android_app {
optimize: {
proguard_flags_files: ["proguard.flags"],
},
product_specific: true,
}

View File

@@ -47,3 +47,5 @@
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/WAPPushManager)