summaryrefslogtreecommitdiff
path: root/tests/uevents/Android.mk
blob: 46e712d4b22b796d1fbe09970ffc5553709efdbc (plain)
1
2
3
4
5
6
7
8
9
10
11
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := uevents.c

LOCAL_SHARED_LIBRARIES += libcutils
LOCAL_MODULE:= uevents

LOCAL_CFLAGS := -Wall -Werror -Wno-unused-parameter

include $(BUILD_EXECUTABLE)