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:
parent
3e8dd2b88c
commit
cc3a08e02e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ cc_library_shared {
|
||||||
"libunwindstack",
|
"libunwindstack",
|
||||||
"liblzma",
|
"liblzma",
|
||||||
"liblog",
|
"liblog",
|
||||||
|
"libz",
|
||||||
],
|
],
|
||||||
target: {
|
target: {
|
||||||
recovery: {
|
recovery: {
|
||||||
|
|
Loading…
Reference in a new issue