Files
device_xiaomi_sdm710-common/udfps/Android.bp
Sebastiano Barezzi 1d535e45f1 sdm710-common: Add support for UDFPS devices
Change-Id: If31a314c50174c89b4b094dbd1d3da431917d238
2022-06-13 23:08:39 +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",
],
}