Fix proguard flag file dependency.

Change-Id: I26a639aea0e0b11ba65d621696c42e861847498e
main
Ying Wang 2010-09-29 15:21:28 -07:00
parent 179ada958b
commit bdfcb664f4
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common
LOCAL_SDK_VERSION := current
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)