Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_MODULE := check_target_c_includes
      5 LOCAL_SRC_FILES := check.c
      6 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
      7 include $(BUILD_SHARED_LIBRARY)
      8