Files
2025-05-21 15:10:23 -03:00

22 lines
433 B
Plaintext

//
// Copyright (C) 2022 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",
"generated_kernel_headers",
],
}