mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
b23aaf793d
Change-Id: I3c0d3e2a0f9b77f0202cbdb0a75a00b760afcd8c
15 lines
294 B
Makefile
15 lines
294 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := \
|
|
fingerprint.c
|
|
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
libhardware liblog
|
|
|
|
LOCAL_MODULE_RELATIVE_PATH := hw
|
|
LOCAL_MODULE := fingerprint.$(TARGET_BOARD_PLATFORM)
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|