blob: 7d0ba36e45a8a3d8f0ead6a9dd4060a7ae3e2b8d [file] [log] [blame]
cc_binary {
name: "android.hardware.biometrics.fingerprint@2.1-service.RM6785",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.RM6785.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.RM6785.xml"],
relative_install_path: "hw",
srcs: [
"BiometricsFingerprint.cpp",
"service.cpp",
],
cflags: [
"-Wno-unused-parameter",
],
shared_libs: [
"libcutils",
"liblog",
"libhidlbase",
"libhardware",
"libutils",
"libbase",
"android.hardware.biometrics.fingerprint@2.1",
"vendor.oplus.hardware.biometrics.fingerprint@2.1",
],
vendor: true
}