diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2022-06-30 02:15:42 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-06-30 02:15:42 +0200 |
commit | c685fe9be8466bbdc9823d03abdcf9d900822b31 (patch) | |
tree | 39dfc5435eb3241dfc06c44b3ca42b61b65395b7 /Android.bp | |
parent | Merge "Convert recovery to use AIDL bootcontrol HAL" (diff) | |
parent | Update static libs deps in recovery (diff) | |
download | android_bootable_recovery-c685fe9be8466bbdc9823d03abdcf9d900822b31.tar android_bootable_recovery-c685fe9be8466bbdc9823d03abdcf9d900822b31.tar.gz android_bootable_recovery-c685fe9be8466bbdc9823d03abdcf9d900822b31.tar.bz2 android_bootable_recovery-c685fe9be8466bbdc9823d03abdcf9d900822b31.tar.lz android_bootable_recovery-c685fe9be8466bbdc9823d03abdcf9d900822b31.tar.xz android_bootable_recovery-c685fe9be8466bbdc9823d03abdcf9d900822b31.tar.zst android_bootable_recovery-c685fe9be8466bbdc9823d03abdcf9d900822b31.zip |
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 81de7779e..4cdeba0f4 100644 --- a/Android.bp +++ b/Android.bp @@ -115,6 +115,8 @@ cc_defaults { "librecovery_utils", "libotautil", "libsnapshot_nobinder", + "libsnapshot_cow", + "liblz4", "update_metadata-protos", ], } |