diff options
author | 2010-09-03 22:43:10 +0900 | |
---|---|---|
committer | 2010-09-03 22:44:52 +0900 | |
commit | 9b195dda60bb2a072fcdc477206e223d60f8776c (patch) | |
tree | 85e3a7e00794c8242ec5d2c6888cbd58caf0cbf0 /native/Android.mk | |
parent | 0a498cf8d89ce33f7deceebcfb74a9f5fbb10f68 (diff) | |
download | latinime-9b195dda60bb2a072fcdc477206e223d60f8776c.tar.gz latinime-9b195dda60bb2a072fcdc477206e223d60f8776c.tar.xz latinime-9b195dda60bb2a072fcdc477206e223d60f8776c.zip |
Revert https://android-git.corp.google.com/g/#change,63791 as library loading issue seems to have been fixed now.
bug: 2963855
Change-Id: Iafdfda801083f85126c443508755e3cc711fbf52
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 e9ceceb71..b2944699c 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 |