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:
parent
a2a93106b7
commit
58bbe3c959
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ cc_defaults {
|
|||
"librecovery_utils",
|
||||
"libotautil",
|
||||
"libsnapshot_nobinder",
|
||||
"libsnapshot_cow",
|
||||
"liblz4",
|
||||
"update_metadata-protos",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue