mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
Change-Id: I5b6eb5a4544373d71b89abc0e301126eb55e31d1 Signed-off-by: therealmharc <therealmharc@gmail.com>
21 lines
402 B
Plaintext
21 lines
402 B
Plaintext
//
|
|
// 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",
|
|
],
|
|
}
|