1328eabc27
Change-Id: I6ffdf1de9b0cf5eb2b479ce3ff66ca4f7e74e17c
18 lines
349 B
Text
18 lines
349 B
Text
//
|
|
// 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: [
|
|
"generated_kernel_headers",
|
|
"//hardware/xiaomi:xiaomifingerprint_headers",
|
|
],
|
|
}
|