Merge "Fix proguard flag file dependency." into gingerbread

This commit is contained in:
Ying Wang 2010-09-29 16:12:41 -07:00 committed by Android (Google) Code Review
commit 2d6a0c68c2

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)