commit | d1cf8d8cbf880317f974ff07723a2c0fd8fa058a | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Sun Jan 14 22:49:15 2018 +0100 |
committer | Pierre-Hugues Husson <phh@phh.me> | Sun Jan 14 22:54:37 2018 +0100 |
tree | 90408e4535143cfddc0735e1fbfb782f15cf9d90 | |
parent | 80c4f40d67a2fd319555c82e1150cac7fe4fc979 [diff] [blame] |
Include huawei gesture daemon
diff --git a/Huawei/Fingerprint/Android.mk b/Huawei/Fingerprint/Android.mk new file mode 100644 index 0000000..7133fe4 --- /dev/null +++ b/Huawei/Fingerprint/Android.mk
@@ -0,0 +1,14 @@ +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) +LOCAL_MODULE := hw-fpnav-daemon +LOCAL_SRC_FILES := \ + input.cpp + +LOCAL_CLANG := true +LOCAL_CFLAGS := -Wall -Werror -Wextra + +LOCAL_INIT_RC := hw-fingerprint.rc + +LOCAL_MODULE_TAGS := optional +include $(BUILD_EXECUTABLE)