Skip to content
Snippets Groups Projects
Commit cbd4592f authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add JNI_H_INCLUDE directory to LOCAL_C_INCLUDES to be able to build under source tree

Change-Id: I06d1687fbd7f9d02c069d84a50c2b53950372733
parent 3cae3f73
No related branches found
No related tags found
No related merge requests found
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_C_INCLUDES += $(LOCAL_PATH)/src LOCAL_C_INCLUDES += $(LOCAL_PATH)/src $(JNI_H_INCLUDE)
LOCAL_SRC_FILES := \ LOCAL_SRC_FILES := \
jni/com_android_inputmethod_latin_BinaryDictionary.cpp \ jni/com_android_inputmethod_latin_BinaryDictionary.cpp \
......
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