LOCAL_PATH := $(call my-dir) | |
include $(CLEAR_VARS) | |
LOCAL_MODULE := android.hardware.biometrics.fingerprint@2.1-impl | |
LOCAL_MODULE_RELATIVE_PATH := hw | |
LOCAL_SRC_FILES := \ | |
BiometricsFingerprint.cpp \ | |
LOCAL_SHARED_LIBRARIES := \ | |
liblog \ | |
libhidlbase \ | |
libhidltransport \ | |
libhardware \ | |
libhwbinder \ | |
libutils \ | |
android.hardware.biometrics.fingerprint@2.1 \ | |
include $(BUILD_SHARED_LIBRARY) |