mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
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
This commit is contained in:
parent
68df22eebc
commit
4bbb39d52c
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user