Add libz to static libs of libutils_test
libz is no longer statically linked into libunwindstatck, so needs to be added explicitly to the static libs of this test Bug: 281077552 Test: presubmits Change-Id: Ia04b63cb8dfd5e80536a188a35d036dd3e4fd775
This commit is contained in:
parent
9c88c9d351
commit
c4db546a21
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ cc_test {
|
|||
"libunwindstack_no_dex",
|
||||
"libutils",
|
||||
"libutilscallstack",
|
||||
"libz",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue