1 LOCAL_PATH := $(call my-dir) 2 3 include $(CLEAR_VARS) 4 LOCAL_MODULE := foo 5 LOCAL_SRC_FILES := foo.cpp 6 include $(BUILD_STATIC_LIBRARY) 7