Merge "trusty: Avoid unnecessary use of static libtrusty" am: 52ca777e57
am: 327f502af7
Change-Id: I3b9fd3a60c6c1d0c1f770e1f203b25ad23e511cc
This commit is contained in:
commit
3a6a501def
1 changed files with 1 additions and 3 deletions
|
|
@ -17,12 +17,10 @@ cc_test {
|
||||||
vendor: true,
|
vendor: true,
|
||||||
|
|
||||||
srcs: ["tipc_test.c"],
|
srcs: ["tipc_test.c"],
|
||||||
static_libs: [
|
|
||||||
"libtrusty",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libc",
|
"libc",
|
||||||
"liblog",
|
"liblog",
|
||||||
|
"libtrusty",
|
||||||
],
|
],
|
||||||
gtest: false,
|
gtest: false,
|
||||||
cflags: [
|
cflags: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue