Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_MODULE := clang-include-gnu-libc++
      5 LOCAL_SRC_FILES := clang-include-gnu-libc++.cc
      6 LOCAL_CPPFLAGS += -std=gnu++11
      7 include $(BUILD_EXECUTABLE)
      8