Update static libs deps in recovery

Transitive dependency, need to add lz4 as static lib.

Test: th
Bug: 228478555
Change-Id: Ic73ad115c2def057f1e1bcb84b8bed8cdc08c1e6
This commit is contained in:
Kelvin Zhang 2022-04-12 10:46:56 -07:00
parent a2a93106b7
commit 58bbe3c959

View file

@ -113,6 +113,8 @@ cc_defaults {
"librecovery_utils",
"libotautil",
"libsnapshot_nobinder",
"libsnapshot_cow",
"liblz4",
"update_metadata-protos",
],
}