cc_binary { name: "android.hardware.biometrics.fingerprint@2.3-service.xiaomi_holi", defaults: ["hidl_defaults"], relative_install_path: "hw", init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.xiaomi_holi.rc"], vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.xiaomi_holi.xml"], srcs: [ "BiometricsFingerprint.cpp", "service.cpp", ], shared_libs: [ "libcutils", "liblog", "libhidlbase", "libhardware", "libutils", "android.hardware.biometrics.fingerprint@2.1", "android.hardware.biometrics.fingerprint@2.2", "android.hardware.biometrics.fingerprint@2.3", "//hardware/xiaomi:vendor.xiaomi.hardware.fingerprintextension@1.0", ], vendor: true, }