commit | cc3a08e02e8f9fae4325a9f8c05f4ff99c31d02a | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Wed Jan 24 01:17:14 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Fri Jun 07 21:34:02 2024 +0000 |
tree | 6fb56579a81c87bd0bdcd701ffd0e6deca278b21 | |
parent | 3e8dd2b88c8da039cf89a60bd03a8da8f1407bbc [diff] |
Add libz to static libs of libfdtrack libz is no longer statically linked into libunwindstatck, so needs to be added explicitly to this rdep Bug: 281077552 Test: presubmits Change-Id: Iadcee0c8b98ce4cfd3e238e7e4b3a3becc315e6c
diff --git a/libfdtrack/Android.bp b/libfdtrack/Android.bp index c19d8b2..644d46d 100644 --- a/libfdtrack/Android.bp +++ b/libfdtrack/Android.bp
@@ -27,6 +27,7 @@ "libunwindstack", "liblzma", "liblog", + "libz", ], target: { recovery: {