am 725e9448
: am ca4e4278
: Fix UnsatisfiedLinkError for Latin IME. Don\'t use old NDK version in a platform build.
Merge commit '725e94482d52e76aa4d9a9720a55289b528b47d8' * commit '725e94482d52e76aa4d9a9720a55289b528b47d8': Fix UnsatisfiedLinkError for Latin IME. Don't use old NDK version in a platform build.
This commit is contained in:
commit
b9568a089e
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
# ************************************************
|
# ************************************************
|
||||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
# ************************************************
|
# ************************************************
|
||||||
|
|
|
@ -8,8 +8,8 @@ LOCAL_SRC_FILES := \
|
||||||
src/dictionary.cpp \
|
src/dictionary.cpp \
|
||||||
src/char_utils.cpp
|
src/char_utils.cpp
|
||||||
|
|
||||||
LOCAL_NDK_VERSION := 4
|
#LOCAL_NDK_VERSION := 4
|
||||||
LOCAL_SDK_VERSION := 8
|
#LOCAL_SDK_VERSION := 8
|
||||||
|
|
||||||
LOCAL_MODULE := libjni_latinime
|
LOCAL_MODULE := libjni_latinime
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue