sm8250-common: Add custom fingerprint HIDL HAL
* OnePlus loads different modules based on sensor version. Change-Id: I72f3230b87ae06128082e3b624fb23b5b0d1b4be
This commit is contained in:
22
fingerprint/Android.bp
Normal file
22
fingerprint/Android.bp
Normal file
@@ -0,0 +1,22 @@
|
||||
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",
|
||||
],
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user