sm8450-common: Build fingeprint HAL and implement udfpshandler
Change-Id: Ib0a8ed7d6e794aef4ad02b960841c66dfad79390
This commit is contained in:
17
udfps/Android.bp
Normal file
17
udfps/Android.bp
Normal 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",
|
||||
],
|
||||
}
|
Fai riferimento in un nuovo problema
Block a user