Merge "Identity: Statically link additional libraries in VtsHalIdentityTargetTest." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-10 00:10:39 +00:00
committed by Android (Google) Code Review

View File

@@ -7,10 +7,11 @@ cc_test {
srcs: ["VtsHalIdentityTargetTest.cpp"],
shared_libs: [
"libbinder",
"libcppbor",
"android.hardware.identity-support-lib",
"libcrypto",
],
static_libs: [
"libcppbor",
"android.hardware.identity-support-lib",
"android.hardware.identity-cpp",
"android.hardware.keymaster-cpp",
],