fingerprint: Add __system_property_get() shim for certain FOD impls

It seems like OnePlus 7 and 8 series sadly depend on these props.

Change-Id: I728a9ea63ded6c79873dd7350a06cc1f40ca92b7
This commit is contained in:
LuK1337
2022-07-10 09:58:01 +02:00
parent c14387697d
commit aac564e031
2 changed files with 49 additions and 0 deletions

View File

@@ -21,6 +21,16 @@ cc_binary {
header_libs: ["kernel_headers.oplus"],
}
cc_library {
name: "libshims_fingerprint.oplus",
srcs: ["BiometricsFingerprintShim.cpp"],
shared_libs: [
"libcutils",
"liblog",
],
device_specific: true,
}
cc_library_static {
name: "libudfps_extension.oplus",
srcs: ["UdfpsExtension.cpp"],