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
This commit is contained in:
Shinichiro Hamaji
2016-04-07 18:02:21 +09:00
parent ba23e45348
commit 0a38ae9bb3

View File

@@ -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)