Activate the implementation for the new dictionary format.
Bug: 4392433 Change-Id: I20b05d012b1fb193002312792d0309d36c89d16amain
parent
18fa487202
commit
cba9e23bb1
|
@ -47,6 +47,7 @@
|
||||||
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/LatinIME*)
|
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/LatinIME*)
|
||||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/LatinIME.apk)
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/LatinIME.apk)
|
||||||
|
|
||||||
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libjni_latinime_intermediates)
|
||||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libjni_latinime_intermediates)
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libjni_latinime_intermediates)
|
||||||
# ************************************************
|
# ************************************************
|
||||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
|
|
|
@ -8,6 +8,9 @@ LOCAL_CFLAGS += -Werror -Wall
|
||||||
# To suppress compiler warnings for unused variables/functions used for debug features etc.
|
# To suppress compiler warnings for unused variables/functions used for debug features etc.
|
||||||
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
|
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
|
||||||
|
|
||||||
|
# Use the new dictionary format
|
||||||
|
LOCAL_CFLAGS += -DNEW_DICTIONARY_FORMAT
|
||||||
|
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
jni/com_android_inputmethod_keyboard_ProximityInfo.cpp \
|
jni/com_android_inputmethod_keyboard_ProximityInfo.cpp \
|
||||||
jni/com_android_inputmethod_latin_BinaryDictionary.cpp \
|
jni/com_android_inputmethod_latin_BinaryDictionary.cpp \
|
||||||
|
|
Loading…
Reference in New Issue