android_device_oneplus_dre/fingerprint/Android.bp
LuK1337 a334c62857 sm8250-common: Add custom fingerprint HIDL HAL
* OnePlus loads different modules based on sensor version.

Change-Id: I72f3230b87ae06128082e3b624fb23b5b0d1b4be
2021-01-06 11:18:27 +01:00

22 lines
624 B
Text

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