Pierre-Hugues Husson | d1cf8d8 | 2018-01-14 22:49:15 +0100 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | LOCAL_MODULE := hw-fpnav-daemon | ||||
5 | LOCAL_SRC_FILES := \ | ||||
6 | input.cpp | ||||
7 | |||||
8 | LOCAL_CLANG := true | ||||
9 | LOCAL_CFLAGS := -Wall -Werror -Wextra | ||||
10 | |||||
11 | LOCAL_INIT_RC := hw-fingerprint.rc | ||||
12 | |||||
13 | LOCAL_MODULE_TAGS := optional | ||||
14 | include $(BUILD_EXECUTABLE) |