Merge "Move WAPPushManager to /product" am: b28fac6edd am: 8b5e298f91

am: d16993adee

Change-Id: If4d562271d69fb669fc0b173d2623b7e66f8bfa9
This commit is contained in:
Po-Chien Hsueh
2019-08-31 06:32:42 -07:00
committed by android-build-merger
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)