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