Mike Lockwood | 94afecf | 2012-10-24 10:45:23 -0700 | [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) |