Files
android_hardware_oplus/hidl/fingerprint/Android.bp
Bruno Martins 63127da10c fingerprint: Move shims and UDFPS extension out of HIDL
Change-Id: I29e31088c6380076221ad419a195a460079165d6
2025-02-26 00:22:54 +00:00

36 lines
989 B
Plaintext

//
// Copyright (C) 2022-2025 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_binary {
name: "android.hardware.biometrics.fingerprint@2.3-service.oplus",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.oplus.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.oplus.xml"],
vendor: true,
relative_install_path: "hw",
srcs: [
"BiometricsFingerprint.cpp",
"service.cpp",
],
shared_libs: [
"libbase",
"libhidlbase",
"libutils",
"android.hardware.biometrics.fingerprint@2.1",
"android.hardware.biometrics.fingerprint@2.2",
"android.hardware.biometrics.fingerprint@2.3",
"vendor.oplus.hardware.biometrics.fingerprint@2.1",
],
header_libs: ["kernel_headers.oplus"],
required: ["qwerty.kl"],
}
prebuilt_usr_keylayout {
name: "qwerty.kl",
src: "qwerty.kl",
vendor: true,
}