Merge "trusty-ut-ctrl: link statically to libtrusty"

This commit is contained in:
Treehugger Robot 2019-10-31 23:03:54 +00:00 committed by Gerrit Code Review
commit 8578a8a8ec

View file

@ -20,6 +20,8 @@ cc_test {
shared_libs: [
"libc",
"liblog",
],
static_libs: [
"libtrusty",
],
gtest: false,