Merge "Fix proguard flag file dependency." into gingerbread

main
Ying Wang 2010-09-29 16:12:41 -07:00 committed by Android (Google) Code Review
commit 2d6a0c68c2
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)