am b159e77b: Fix proguard flag file dependency.

Merge commit 'b159e77b99883125831eeded394c160b0637f93b'

* commit 'b159e77b99883125831eeded394c160b0637f93b':
  Fix proguard flag file dependency.
This commit is contained in:
Ying Wang 2010-09-30 11:27:49 -07:00 committed by Android Git Automerger
commit 7c8c8478ba
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ LOCAL_CERTIFICATE := shared
LOCAL_OVERRIDES_PACKAGES := Home LOCAL_OVERRIDES_PACKAGES := Home
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)