Mike Lockwood | 308f31d | 2009-09-03 16:12:09 -0400 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES:= bugreport.c | ||||
5 | |||||
6 | LOCAL_MODULE:= bugreport | ||||
7 | |||||
8 | LOCAL_SHARED_LIBRARIES := libcutils | ||||
9 | |||||
10 | include $(BUILD_EXECUTABLE) |