android_device_xiaomi_sm725.../udfps/Android.bp
Sebastiano Barezzi f52759c8e1 sm7250-common: Implement UDFPS handler
Change-Id: I7afff305140639d38ebb8bc51fbe790a1636db9e
2022-06-05 14:29:13 +02:00

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",
],
}