1# A simple test for the minimal standard C++ library 2# 3 4LOCAL_PATH := $(call my-dir) 5 6include $(CLEAR_VARS) 7LOCAL_MODULE := test-libstl 8LOCAL_SRC_FILES := test-libstl.cpp 9include $(BUILD_EXECUTABLE) 10
1# A simple test for the minimal standard C++ library 2# 3 4LOCAL_PATH := $(call my-dir) 5 6include $(CLEAR_VARS) 7LOCAL_MODULE := test-libstl 8LOCAL_SRC_FILES := test-libstl.cpp 9include $(BUILD_EXECUTABLE) 10