1 LOCAL_PATH := $(my-dir) 2 3 include $(CLEAR_VARS) 4 5 LOCAL_MODULE := test_multiple_static_const 6 LOCAL_SRC_FILES := main.cpp foo.cpp 7 8 include $(BUILD_EXECUTABLE) 9 10