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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user