Add failure tracing to EvdevReader

This commit is contained in:
Cameron Gutman
2014-09-27 20:02:10 -07:00
parent 991407a2cf
commit 31d8687f67
7 changed files with 18 additions and 0 deletions

View File

@@ -8,5 +8,6 @@ LOCAL_PATH := $(MY_LOCAL_PATH)
include $(CLEAR_VARS)
LOCAL_MODULE := evdev_reader
LOCAL_SRC_FILES := evdev_reader.c
LOCAL_LDLIBS := -llog
include $(BUILD_SHARED_LIBRARY)