blob: c487c7a2b0d9916b2510930013969834885dbd9d [file] [log] [blame]
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)