allwinner_a64/android/system/extras/tests/uevents/Android.mk
2018-08-08 17:48:24 +08:00

11 lines
208 B
Makefile

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)