Merge "Fix proguard flags."
commit
479829592c
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
-keep class com.android.inputmethod.latin.BinaryDictionary {
|
||||||
|
int mDictLength;
|
||||||
|
}
|
Loading…
Reference in New Issue