commit | c4db546a218dc3fa88d86fc03d3139549b293908 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Sat Jan 20 20:12:03 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Sat Jan 20 20:12:03 2024 +0000 |
tree | d90b4279616ba724be106520c401baa2f4b79fa5 | |
parent | 9c88c9d351ac49ab26d91f74b86fdada4e2595ec [diff] [blame] |
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
diff --git a/libutils/Android.bp b/libutils/Android.bp index ad5b752..e22c909 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -366,6 +366,7 @@ "libunwindstack_no_dex", "libutils", "libutilscallstack", + "libz", ], }, },