diff options
author | 2010-08-31 11:05:32 -0700 | |
---|---|---|
committer | 2010-08-31 12:04:30 -0700 | |
commit | ca4e42785f598af9f24a9e3e2ae644ffa83c77ed (patch) | |
tree | b79b27819ffa15e2b4d2ac65a86bea0a96d446f4 /native/Android.mk | |
parent | b57b47856930ca4b7a5391f92947ab2ce9de9c59 (diff) | |
download | latinime-ca4e42785f598af9f24a9e3e2ae644ffa83c77ed.tar.gz latinime-ca4e42785f598af9f24a9e3e2ae644ffa83c77ed.tar.xz latinime-ca4e42785f598af9f24a9e3e2ae644ffa83c77ed.zip |
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
Diffstat (limited to 'native/Android.mk')
-rw-r--r-- | native/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/native/Android.mk b/native/Android.mk index b2944699c..e9ceceb71 100644 --- a/native/Android.mk +++ b/native/Android.mk @@ -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 |