Skip to content
Snippets Groups Projects
Commit 2ae457fc authored by Ying Wang's avatar Ying Wang
Browse files

Fix proguard flags.

parent fac5dcb5
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common ...@@ -17,5 +17,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common
#LOCAL_SDK_VERSION := current #LOCAL_SDK_VERSION := current
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)
include $(LOCAL_PATH)/dictionary/Android.mk include $(LOCAL_PATH)/dictionary/Android.mk
-keep class com.android.inputmethod.latin.BinaryDictionary {
int mDictLength;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment