Merge "Fix proguard flags."

main
Ying Wang 2010-03-02 09:37:41 -08:00 committed by Android (Google) Code Review
commit 479829592c
2 changed files with 5 additions and 0 deletions

View File

@ -17,5 +17,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common
#LOCAL_SDK_VERSION := current
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
include $(BUILD_PACKAGE)
include $(LOCAL_PATH)/dictionary/Android.mk

3
proguard.flags Normal file
View File

@ -0,0 +1,3 @@
-keep class com.android.inputmethod.latin.BinaryDictionary {
int mDictLength;
}