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:
David Zeuthen
2020-06-18 15:36:28 +00:00
committed by Automerger Merge Worker

View File

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