| LOCAL_PATH := $(call my-dir) |
| |
| include $(CLEAR_VARS) |
| LOCAL_MODULE := android.hardware.biometrics.fingerprint@2.1-service |
| LOCAL_INIT_RC := android.hardware.biometrics.fingerprint@2.1-service.rc |
| LOCAL_PROPRIETARY_MODULE := true |
| LOCAL_MODULE_RELATIVE_PATH := hw |
| LOCAL_SRC_FILES := \ |
| BiometricsFingerprint.cpp \ |
| service.cpp \ |
| |
| LOCAL_SHARED_LIBRARIES := \ |
| libbinder \ |
| liblog \ |
| libhidlbase \ |
| libhidltransport \ |
| libhardware \ |
| libkeystore_binder \ |
| libutils \ |
| android.hardware.biometrics.fingerprint@2.1 \ |
| |
| include $(BUILD_EXECUTABLE) |