Move WAPPushManager to /product

WAPPushManager is not in mainline, thus move it to /product.

Bug: 138284376
Test: Boot aosp_cf_x86_phone
Change-Id: I65b530547a25efa501bafcfa986111f0f899211d
This commit is contained in:
Po-Chien Hsueh
2019-08-29 09:41:03 +08:00
parent 3878f50107
commit 314476144d
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)