// // Copyright (C) 2022-2024 The LineageOS Project // // SPDX-License-Identifier: Apache-2.0 // cc_library { name: "libudfpshandler", vendor: true, srcs: ["UdfpsHandler.cpp"], shared_libs: [ "libbase", ], static_libs: [ "android.hardware.biometrics.fingerprint-V4-ndk", ], header_libs: [ "//hardware/xiaomi:xiaomifingerprint_headers", ], }