Skip to content
Snippets Groups Projects
Commit 4bbb39d5 authored by Ying Wang's avatar Ying Wang
Browse files

Remove unncessary special handling for sim build

Now JNI_H_INCLUDE is added to header search path by default for non-NDK build.

Change-Id: If1a9a1fae3cea51de6f776edbf7a2982f3d92b65
parent 68df22ee
No related branches found
No related tags found
No related merge requests found
...@@ -8,13 +8,8 @@ LOCAL_SRC_FILES := \ ...@@ -8,13 +8,8 @@ LOCAL_SRC_FILES := \
src/dictionary.cpp \ src/dictionary.cpp \
src/char_utils.cpp src/char_utils.cpp
# NDK does not support sim build. LOCAL_NDK_VERSION := 4
ifneq ($(TARGET_SIMULATOR),true) LOCAL_SDK_VERSION := 8
LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
else
LOCAL_C_INCLUDES += $(JNI_H_INCLUDE)
endif
LOCAL_MODULE := libjni_latinime LOCAL_MODULE := libjni_latinime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment