Point directly to generated c sysprop_library

Supports aosp/2119952

Bug: 226199990
Test: m
Change-Id: Ifa5725abda911f2ea4d4951d41ac54fe703ae31b
This commit is contained in:
Trevor Radcliffe
2022-06-09 19:19:30 +00:00
parent 1892284ed1
commit c088612eb2
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",