forked from openkylin/platform_build
am 3986feae: am ef5bf469: am bce4b75f: Add JNI_H_INCLUDE as default header search path
Merge commit '3986feae3266a86f0eb4d20fe97588868608b4c1' * commit '3986feae3266a86f0eb4d20fe97588868608b4c1': Add JNI_H_INCLUDE as default header search path
This commit is contained in:
commit
de3bbf0e61
|
@ -350,6 +350,10 @@ all_objects := \
|
|||
|
||||
LOCAL_C_INCLUDES += $(TOPDIR)$(LOCAL_PATH) $(intermediates) $(base_intermediates)
|
||||
|
||||
ifndef LOCAL_NDK_VERSION
|
||||
LOCAL_C_INCLUDES += $(JNI_H_INCLUDE)
|
||||
endif
|
||||
|
||||
$(all_objects) : | $(LOCAL_GENERATED_SOURCES)
|
||||
ALL_C_CPP_ETC_OBJECTS += $(all_objects)
|
||||
|
||||
|
|
Loading…
Reference in New Issue