Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca4e4278 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix UnsatisfiedLinkError for Latin IME. Don't use old NDK version in a platform build.

Also added a clean step, since it's only a Makefile change.

Change-Id: Ide1684a5f34e99496e969edb8443dc4545b57306
parent b57b4785
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
$(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)/obj/SHARED_LIBRARIES/libjni_latinime_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ LOCAL_SRC_FILES := \
	src/dictionary.cpp \
	src/char_utils.cpp

LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
#LOCAL_NDK_VERSION := 4
#LOCAL_SDK_VERSION := 8

LOCAL_MODULE := libjni_latinime