Files
Sebastiano Barezzi 5e70da34b7 Spacewar: Implement UDFPS handler
Change-Id: I7afff305140639d38ebb8bc51fbe790a1636db9e
2023-09-11 21:34:03 +02:00

18 lines
315 B
Plaintext

//
// 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",
],
}