mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Identity: More static linking of VTS test binary. am: 780f8c860d
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1342874 Change-Id: I3cae9f75a911b40c7b38b3bdaa71354e9d20b905
This commit is contained in:
@@ -14,19 +14,19 @@ cc_test {
|
|||||||
"ReaderAuthTests.cpp",
|
"ReaderAuthTests.cpp",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"android.hardware.keymaster@4.0",
|
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libcrypto",
|
"libcrypto",
|
||||||
"android.hardware.keymaster-ndk_platform",
|
|
||||||
],
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libcppbor",
|
"libcppbor",
|
||||||
"libkeymaster_portable",
|
"libkeymaster_portable",
|
||||||
"libsoft_attestation_cert",
|
"libsoft_attestation_cert",
|
||||||
"libpuresoftkeymasterdevice",
|
"libpuresoftkeymasterdevice",
|
||||||
|
"android.hardware.keymaster@4.0",
|
||||||
"android.hardware.identity-support-lib",
|
"android.hardware.identity-support-lib",
|
||||||
"android.hardware.identity-cpp",
|
"android.hardware.identity-cpp",
|
||||||
"android.hardware.keymaster-cpp",
|
"android.hardware.keymaster-cpp",
|
||||||
|
"android.hardware.keymaster-ndk_platform",
|
||||||
],
|
],
|
||||||
test_suites: [
|
test_suites: [
|
||||||
"general-tests",
|
"general-tests",
|
||||||
|
|||||||
Reference in New Issue
Block a user