7 lines
211 B
Makefile
7 lines
211 B
Makefile
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)
|