From c4db546a218dc3fa88d86fc03d3139549b293908 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Sat, 20 Jan 2024 20:12:03 +0000 Subject: [PATCH] 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 --- libutils/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/libutils/Android.bp b/libutils/Android.bp index ad5b752e3..e22c909a8 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp @@ -366,6 +366,7 @@ cc_test { "libunwindstack_no_dex", "libutils", "libutilscallstack", + "libz", ], }, },