trusty: Avoid unnecessary use of static libtrusty
Test: manual Change-Id: I9e57118b6cc8c24d9ec7a5c34413c196bbba5b51
This commit is contained in:
parent
1476931e02
commit
178c56a1ba
1 changed files with 1 additions and 3 deletions
|
|
@ -17,12 +17,10 @@ cc_test {
|
|||
vendor: true,
|
||||
|
||||
srcs: ["tipc_test.c"],
|
||||
static_libs: [
|
||||
"libtrusty",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc",
|
||||
"liblog",
|
||||
"libtrusty",
|
||||
],
|
||||
gtest: false,
|
||||
cflags: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue