commit | 2afea2d2627a6b097d5b39e27ead6b79572ed307 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Mon Jan 22 02:55:24 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Mon Jan 22 02:56:49 2024 +0000 |
tree | c4a00d66ff7d08317f0258e7d42947a4f5755a48 | |
parent | 47d8a29df6e99068a49745c75929874caf6d2630 [diff] [blame] |
Add libz to shared libs of heapprofd_standalone_client libz is no longer statically linked into libunwindstatck, so needs to be added explicitly to the shared libs of this library. Bug: 281077552 Test: presubmits Change-Id: Ib22c6ffe79aa4d64c3ab9afdeaac770f4d87e477
diff --git a/Android.bp b/Android.bp index bbcf9e6..cd17ed0 100644 --- a/Android.bp +++ b/Android.bp
@@ -380,6 +380,7 @@ ], shared_libs: [ "liblog", + "libz", ], static_libs: [ "libasync_safe",