Jesse Chan | b23aaf7 | 2017-02-05 21:18:09 +0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | |||||
5 | LOCAL_SRC_FILES := \ | ||||
6 | fingerprint.c | ||||
7 | |||||
8 | LOCAL_SHARED_LIBRARIES := \ | ||||
9 | libhardware liblog | ||||
10 | |||||
11 | LOCAL_MODULE_RELATIVE_PATH := hw | ||||
12 | LOCAL_MODULE := fingerprint.$(TARGET_BOARD_PLATFORM) | ||||
13 | LOCAL_MODULE_TAGS := optional | ||||
14 | |||||
15 | include $(BUILD_SHARED_LIBRARY) |