diff options
author | 2010-09-03 06:51:50 -0700 | |
---|---|---|
committer | 2010-09-03 06:51:50 -0700 | |
commit | 48206a62c9ac5f9d1794bb7f3e15fdfec0825cc8 (patch) | |
tree | 5e707eec515a4a2f4b90558f918381466fc81f55 | |
parent | ac021708ae17a8f27193c8e5d408bf3b3faf6a04 (diff) | |
parent | ae511451000240ddde36d5568b393f0769286f62 (diff) | |
download | latinime-48206a62c9ac5f9d1794bb7f3e15fdfec0825cc8.tar.gz latinime-48206a62c9ac5f9d1794bb7f3e15fdfec0825cc8.tar.xz latinime-48206a62c9ac5f9d1794bb7f3e15fdfec0825cc8.zip |
am ae511451: am 9b195dda: Revert https://android-git.corp.google.com/g/#change,63791 as library loading issue seems to have been fixed now.
Merge commit 'ae511451000240ddde36d5568b393f0769286f62'
* commit 'ae511451000240ddde36d5568b393f0769286f62':
Revert https://android-git.corp.google.com/g/#change,63791 as library loading issue seems to have been fixed now.
-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 |