Identity: More static linking of VTS test binary. am: 780f8c860d am: 7fb435ce16

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1342874

Change-Id: Ib3eecb15864e67834d0bf935d39ca089ef14e4ab
This commit is contained in:
David Zeuthen
2020-06-18 15:52:03 +00:00
committed by Automerger Merge Worker

View File

@@ -14,19 +14,19 @@ cc_test {
"ReaderAuthTests.cpp",
],
shared_libs: [
"android.hardware.keymaster@4.0",
"libbinder",
"libcrypto",
"android.hardware.keymaster-ndk_platform",
],
static_libs: [
"libcppbor",
"libkeymaster_portable",
"libsoft_attestation_cert",
"libpuresoftkeymasterdevice",
"android.hardware.keymaster@4.0",
"android.hardware.identity-support-lib",
"android.hardware.identity-cpp",
"android.hardware.keymaster-cpp",
"android.hardware.keymaster-ndk_platform",
],
test_suites: [
"general-tests",