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

Commit 0a38ae9b authored by Shinichiro Hamaji's avatar Shinichiro Hamaji
Browse files

Let WAPPushManager depend on its proguard.flags

Touching packages/WAPPushManager/proguard.flags didn't let
the .dex file be rebuilt.

Bug: 27954979
Change-Id: I42410eb06a970f7ec5f36496840640d228ad376b
parent ba23e453
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ LOCAL_PACKAGE_NAME := WAPPushManager
LOCAL_JAVA_LIBRARIES += telephony-common
LOCAL_STATIC_JAVA_LIBRARIES += android-common

LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
LOCAL_PROGUARD_FLAG_FILES := proguard.flags

include $(BUILD_PACKAGE)