Merge "Move WAPPushManager to /product"

am: b28fac6edd

Change-Id: Ibeab5e60fba0d16e5e713b28e13cccfc7a6d243e
This commit is contained in:
Po-Chien Hsueh
2019-08-31 06:08:04 -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)