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