summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-18 04:00:44 +0100
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-18 04:00:44 +0100
commitafff0ebec8b9dbfd75f10a613be5be4db0bd6dcf (patch)
tree9313216daa7891c4fa62c000fc04d410366db0cd
parentSnap for 9753828 from af0a2636f9e8b47224c9324d53452a4cfa947943 to udc-d1-release (diff)
parentMerge "Add ZSTD dependency for recovery" am: d97f317e0d am: 9a6e61051c am: 935ccea458 am: 4b0f87aed2 (diff)
downloadandroid_bootable_recovery-afff0ebec8b9dbfd75f10a613be5be4db0bd6dcf.tar
android_bootable_recovery-afff0ebec8b9dbfd75f10a613be5be4db0bd6dcf.tar.gz
android_bootable_recovery-afff0ebec8b9dbfd75f10a613be5be4db0bd6dcf.tar.bz2
android_bootable_recovery-afff0ebec8b9dbfd75f10a613be5be4db0bd6dcf.tar.lz
android_bootable_recovery-afff0ebec8b9dbfd75f10a613be5be4db0bd6dcf.tar.xz
android_bootable_recovery-afff0ebec8b9dbfd75f10a613be5be4db0bd6dcf.tar.zst
android_bootable_recovery-afff0ebec8b9dbfd75f10a613be5be4db0bd6dcf.zip
-rw-r--r--Android.bp1
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",
],
}