Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31447614 authored by Po-Chien Hsueh's avatar Po-Chien Hsueh
Browse files

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
parent 3878f501
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,4 +9,6 @@ android_app {
    optimize: {
        proguard_flags_files: ["proguard.flags"],
    },

    product_specific: true,
}
+2 −0
Original line number Diff line number Diff line
@@ -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)