sm8450-common: Build fingeprint HAL and implement udfpshandler

Change-Id: Ib0a8ed7d6e794aef4ad02b960841c66dfad79390
This commit is contained in:
Arian
2024-03-19 22:46:42 +01:00
parent 31a8fa9332
commit d9d3600817
5 ha cambiato i file con 247 aggiunte e 1 eliminazioni

17
udfps/Android.bp Normal file
Vedi File

@@ -0,0 +1,17 @@
//
// 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",
],
}