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

Commit 15462bf9 authored by Shinichiro Hamaji's avatar Shinichiro Hamaji Committed by android-build-merger
Browse files

Merge "Let WAPPushManager depend on its proguard.flags"

am: 4e2a67d0

* commit '4e2a67d0':
  Let WAPPushManager depend on its proguard.flags

Change-Id: Ibc6ef3a5de050ddfafd400e546ae038a09aa4a92
parents cc248853 4e2a67d0
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)