// // Copyright (C) 2023 The LineageOS Project // // SPDX-License-Identifier: Apache-2.0 // cc_library { name: "libudfpshandler", vendor: true, srcs: ["UdfpsHandler.cpp"], shared_libs: [ "libbase", ], header_libs: [ "//hardware/nothing:nothingfingerprint_headers", ], }