Merge "Link libcrypto in host unit tests for libavb"

This commit is contained in:
Treehugger Robot 2021-05-06 14:49:35 +00:00 committed by Gerrit Code Review
commit b212a33c58
1 changed files with 1 additions and 3 deletions

View File

@ -78,6 +78,7 @@ cc_defaults {
shared_libs: [
"libbase",
"libchrome",
"libcrypto",
],
target: {
darwin: {
@ -107,9 +108,6 @@ cc_test_host {
static_libs: [
"libfs_avb_test_util",
],
shared_libs: [
"libcrypto",
],
compile_multilib: "first",
data: [
":avbtool",