android_device_motorola_rhodep/fingerprint/Android.bp
Anand S e4d777d6dd
rhodep: Initial conversion to rhodep
* All configs and files are from rhodep_g-user 13 T1SUS33.1-124-6-14 a15be release-keys.

Change-Id: I003e30441fbff06a7551cdfe4358f6620cf3f67d
2025-04-05 15:30:48 +05:30

23 lines
702 B
Text

//
// Copyright (C) 2017-2023 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_binary {
name: "android.hardware.biometrics.fingerprint@2.1-service.rhodep",
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.rhodep.xml"],
init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.rhodep.rc"],
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: ["service.cpp", "BiometricsFingerprint.cpp"],
shared_libs: [
"libbase",
"libhardware",
"libhidlbase",
"liblog",
"libutils",
"libcutils",
"android.hardware.biometrics.fingerprint@2.1",
],
proprietary: true,
}