mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Point directly to generated c sysprop_library
Supports aosp/2119952 Bug: 226199990 Test: m Change-Id: Ifa5725abda911f2ea4d4951d41ac54fe703ae31b
This commit is contained in:
@@ -27,7 +27,7 @@ cc_binary {
|
||||
"FakeFaceEngine.cpp",
|
||||
"Session.cpp",
|
||||
],
|
||||
static_libs: ["android.hardware.biometrics.face.VirtualProps"],
|
||||
static_libs: ["libandroid.hardware.biometrics.face.VirtualProps"],
|
||||
}
|
||||
|
||||
sysprop_library {
|
||||
@@ -48,7 +48,7 @@ cc_test {
|
||||
"libbinder_ndk",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.biometrics.face.VirtualProps",
|
||||
"libandroid.hardware.biometrics.face.VirtualProps",
|
||||
"android.hardware.biometrics.face-V2-ndk",
|
||||
"android.hardware.biometrics.common-V2-ndk",
|
||||
"android.hardware.keymaster-V3-ndk",
|
||||
|
||||
@@ -28,7 +28,7 @@ cc_binary {
|
||||
"android.hardware.biometrics.common.thread",
|
||||
"android.hardware.biometrics.common.util",
|
||||
],
|
||||
static_libs: ["android.hardware.biometrics.fingerprint.VirtualProps"],
|
||||
static_libs: ["libandroid.hardware.biometrics.fingerprint.VirtualProps"],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
@@ -43,7 +43,7 @@ cc_test {
|
||||
"libbinder_ndk",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.biometrics.fingerprint.VirtualProps",
|
||||
"libandroid.hardware.biometrics.fingerprint.VirtualProps",
|
||||
"android.hardware.biometrics.fingerprint-V2-ndk",
|
||||
"android.hardware.biometrics.common-V2-ndk",
|
||||
"android.hardware.keymaster-V3-ndk",
|
||||
|
||||
Reference in New Issue
Block a user