diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2023-03-17 19:55:07 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2023-03-17 19:55:07 +0100 |
commit | d97f317e0d15c43fbd339bb3ca2065a82d045535 (patch) | |
tree | 9313216daa7891c4fa62c000fc04d410366db0cd | |
parent | Merge "Allow brick OTA package to be sideloaded in recovery" (diff) | |
parent | Add ZSTD dependency for recovery (diff) | |
download | android_bootable_recovery-d97f317e0d15c43fbd339bb3ca2065a82d045535.tar android_bootable_recovery-d97f317e0d15c43fbd339bb3ca2065a82d045535.tar.gz android_bootable_recovery-d97f317e0d15c43fbd339bb3ca2065a82d045535.tar.bz2 android_bootable_recovery-d97f317e0d15c43fbd339bb3ca2065a82d045535.tar.lz android_bootable_recovery-d97f317e0d15c43fbd339bb3ca2065a82d045535.tar.xz android_bootable_recovery-d97f317e0d15c43fbd339bb3ca2065a82d045535.tar.zst android_bootable_recovery-d97f317e0d15c43fbd339bb3ca2065a82d045535.zip |
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index d71394269..fba358fd3 100644 --- a/Android.bp +++ b/Android.bp @@ -117,6 +117,7 @@ cc_defaults { "libsnapshot_nobinder", "libsnapshot_cow", "liblz4", + "libzstd", "update_metadata-protos", ], } |