forked from openkylin/platform_build
Add generated sources dir to the default include path
Change-Id: I71fed98dfbc0bf5efad069a251eee2e5ab2e5fe6
This commit is contained in:
parent
7ea5cd95b8
commit
2d20670380
|
@ -703,7 +703,7 @@ normal_objects := \
|
|||
|
||||
all_objects := $(normal_objects) $(gen_o_objects)
|
||||
|
||||
my_c_includes += $(TOPDIR)$(LOCAL_PATH) $(intermediates)
|
||||
my_c_includes += $(TOPDIR)$(LOCAL_PATH) $(intermediates) $(generated_sources_dir)
|
||||
|
||||
ifndef LOCAL_SDK_VERSION
|
||||
my_c_includes += $(JNI_H_INCLUDE)
|
||||
|
|
Loading…
Reference in New Issue