am ef5bf469: am bce4b75f: Add JNI_H_INCLUDE as default header search path
Merge commit 'ef5bf469fab7166373b10db6c88e6c3cf0e64217' into gingerbread-plus-aosp * commit 'ef5bf469fab7166373b10db6c88e6c3cf0e64217': Add JNI_H_INCLUDE as default header search path
This commit is contained in:
commit
3986feae32
|
@ -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