am 2d6a0c68: Merge "Fix proguard flag file dependency." into gingerbread

Merge commit '2d6a0c68c29c94b492a93d06d072568d767c1e72' into gingerbread-plus-aosp

* commit '2d6a0c68c29c94b492a93d06d072568d767c1e72':
  Fix proguard flag file dependency.
main
Ying Wang 2010-09-30 09:32:14 -07:00 committed by Android Git Automerger
commit 7d849f8a2a
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)