18 lines
313 B
Plaintext
18 lines
313 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",
|
||
|
],
|
||
|
header_libs: [
|
||
|
"//hardware/xiaomi:xiaomifingerprint_headers",
|
||
|
],
|
||
|
}
|