blob: d5a78ac3441faf10bb1f9c2481a3a54c441d6f36 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := test_gnustl_1
LOCAL_SRC_FILES := hello.cpp
include $(BUILD_EXECUTABLE)