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:
Ying Wang 2010-07-22 17:52:01 -07:00 committed by Android Git Automerger
commit 3986feae32
1 changed files with 4 additions and 0 deletions

View File

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