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

Change-Id: I06d1687fbd7f9d02c069d84a50c2b53950372733
main
Tadashi G. Takaoka 2010-07-16 16:45:12 -07:00
parent 3cae3f73de
commit cbd4592fe1
1 changed files with 1 additions and 1 deletions

View File

@ -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 \