Colin Cross | 076c2ef | 2012-07-20 16:29:18 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES := uevents.c | ||||
5 | |||||
6 | LOCAL_SHARED_LIBRARIES += libcutils | ||||
7 | LOCAL_MODULE:= uevents | ||||
8 | |||||
Dan Albert | 8797850 | 2016-02-02 15:35:33 -0800 | [diff] [blame] | 9 | LOCAL_CFLAGS := -Wno-unused-parameter |
Colin Cross | 076c2ef | 2012-07-20 16:29:18 -0700 | [diff] [blame] | 10 | |
11 | include $(BUILD_EXECUTABLE) |