Skip to content
Snippets Groups Projects
Commit bdfcb664 authored by Ying Wang's avatar Ying Wang
Browse files

Fix proguard flag file dependency.

Change-Id: I26a639aea0e0b11ba65d621696c42e861847498e
parent 179ada95
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common ...@@ -17,6 +17,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common
LOCAL_SDK_VERSION := current LOCAL_SDK_VERSION := current
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment