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:
Ying Wang 2010-07-22 17:54:45 -07:00 committed by Android Git Automerger
commit de3bbf0e61
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)