1LOCAL_DIR := $(GET_LOCAL_DIR) 2 3MODULE := $(LOCAL_DIR) 4 5MODULE_SRCS += \ 6 $(LOCAL_DIR)/app.c 7 8include make/module.mk 9