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
This commit is contained in:
Spandan Das 2024-01-24 01:17:14 +00:00
parent 3e8dd2b88c
commit cc3a08e02e

View file

@ -27,6 +27,7 @@ cc_library_shared {
"libunwindstack",
"liblzma",
"liblog",
"libz",
],
target: {
recovery: {