diff options
author | 2011-07-08 18:19:02 +0200 | |
---|---|---|
committer | 2011-07-08 18:19:02 +0200 | |
commit | 5b8346924bd3700fba848cd6a4f805194d08dcdb (patch) | |
tree | 215e889e87525250939cd276292859f9e1739aea | |
parent | 52fbad88756a46c4c8142034aa19a13deb1e387b (diff) | |
parent | 462809d4ec91a2e59ff99fe8c66fe625d3977d61 (diff) | |
download | latinime-5b8346924bd3700fba848cd6a4f805194d08dcdb.tar.gz latinime-5b8346924bd3700fba848cd6a4f805194d08dcdb.tar.xz latinime-5b8346924bd3700fba848cd6a4f805194d08dcdb.zip |
merge intel x86 patches into gingerbread branch
-rw-r--r-- | native/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/Android.mk b/native/Android.mk index b2944699c..94e029877 100644 --- a/native/Android.mk +++ b/native/Android.mk @@ -8,8 +8,10 @@ LOCAL_SRC_FILES := \ src/dictionary.cpp \ src/char_utils.cpp +ifneq ($(TARGET_ARCH),x86) LOCAL_NDK_VERSION := 4 LOCAL_SDK_VERSION := 8 +endif LOCAL_MODULE := libjni_latinime |