diff options
Diffstat (limited to 'native/Android.mk')
-rw-r--r-- | native/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/native/Android.mk b/native/Android.mk index 63cd68cf6..04819e456 100644 --- a/native/Android.mk +++ b/native/Android.mk @@ -8,9 +8,6 @@ LOCAL_CFLAGS += -Werror -Wall # To suppress compiler warnings for unused variables/functions used for debug features etc. LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function -# Use the new dictionary format -LOCAL_CFLAGS += -DNEW_DICTIONARY_FORMAT - LOCAL_SRC_FILES := \ jni/com_android_inputmethod_keyboard_ProximityInfo.cpp \ jni/com_android_inputmethod_latin_BinaryDictionary.cpp \ |