blob: f8b9fe92dcce4a787d4177476a0f81c1622ee7ad [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := test_system_cpp_headers
LOCAL_SRC_FILES := main.cpp
LOCAL_C_INCLUDES := $(NDK_ROOT)/sources/cxx-stl/system/include
include $(BUILD_EXECUTABLE)