mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix sim build
NDK does not support sim build. Change-Id: If3164399d72786c9445cd308376497b8ba76011c
This commit is contained in:
parent
2a118d844e
commit
30ce6f0530
@ -8,8 +8,13 @@ LOCAL_SRC_FILES := \
|
||||
src/dictionary.cpp \
|
||||
src/char_utils.cpp
|
||||
|
||||
LOCAL_NDK_VERSION := 4
|
||||
LOCAL_SDK_VERSION := 8
|
||||
# NDK does not support sim build.
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
LOCAL_NDK_VERSION := 4
|
||||
LOCAL_SDK_VERSION := 8
|
||||
else
|
||||
LOCAL_C_INCLUDES += $(JNI_H_INCLUDE)
|
||||
endif
|
||||
|
||||
LOCAL_MODULE := libjni_latinime
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user