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:
Spandan Das 2024-01-20 20:12:03 +00:00
parent 9c88c9d351
commit c4db546a21

View file

@ -366,6 +366,7 @@ cc_test {
"libunwindstack_no_dex",
"libutils",
"libutilscallstack",
"libz",
],
},
},