1 LOCAL_PATH := $(call my-dir) 2 3 include $(CLEAR_VARS) 4 LOCAL_MODULE := test_stl_chrono 5 LOCAL_SRC_FILES := main.cpp hanoi.c 6 LOCAL_CPPFLAGS := -std=c++0x 7 include $(BUILD_EXECUTABLE) 8