Files
device_xiaomi_sdm710-common/udfps/Android.bp
Sebastiano Barezzi a6b3d13642 sdm710-common: Import Soong namespaces in device tree namespace as well
Change-Id: I4a62c06a16e738bda7bfa57d6f1dc4f390500160
2022-10-01 21:44:54 +02:00

18 lines
295 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: [
"xiaomifingerprint_headers",
],
}