summaryrefslogtreecommitdiff
path: root/tests/uevents/Android.mk
blob: fb8a8518a35fb59853146cb3cf7805cb1c9e3c4e (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 := -Wno-unused-parameter

include $(BUILD_EXECUTABLE)