Files
device_motorola_rtwo/fingerprint/Android.bp

24 lines
773 B
Plaintext

cc_binary {
name: "android.hardware.biometrics.fingerprint@2.3-service.rtwo",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.rtwo.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.rtwo.xml"],
relative_install_path: "hw",
srcs: [
"service.cpp",
"BiometricsFingerprint.cpp",
],
vendor: true,
shared_libs: [
"libbase",
"libhidlbase",
"libMotoPanelFeature",
"liblog",
"libutils",
"android.hardware.biometrics.fingerprint@2.1",
"android.hardware.biometrics.fingerprint@2.2",
"android.hardware.biometrics.fingerprint@2.3",
"com.motorola.hardware.biometric.fingerprint@1.0",
],
}