mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add JNI_H_INCLUDE directory to LOCAL_C_INCLUDES to be able to build under source tree
Change-Id: I06d1687fbd7f9d02c069d84a50c2b53950372733
This commit is contained in:
parent
3cae3f73de
commit
cbd4592fe1
@ -1,7 +1,7 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src $(JNI_H_INCLUDE)
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
jni/com_android_inputmethod_latin_BinaryDictionary.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user