From d4bdbdced6a1e48f90c2c2358532f81d93de5a90 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Fri, 24 May 2024 11:01:01 -0700 Subject: [PATCH] Disable zucchini for all OTAs zucchini failure in OTA is observed. To unblock, disable zucchini first. After the investigation are done and determined zucchini is safe to enable, we will turn it back on. Test: th Bug: 342523982 Change-Id: I79c245356a356389328c788b3b7977b224e1df6a --- tools/releasetools/ota_from_target_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releasetools/ota_from_target_files.py b/tools/releasetools/ota_from_target_files.py index 432ea199bb..a1ff60b23b 100755 --- a/tools/releasetools/ota_from_target_files.py +++ b/tools/releasetools/ota_from_target_files.py @@ -329,7 +329,7 @@ OPTIONS.vabc_downgrade = False OPTIONS.enable_vabc_xor = True OPTIONS.force_minor_version = None OPTIONS.compressor_types = None -OPTIONS.enable_zucchini = True +OPTIONS.enable_zucchini = False OPTIONS.enable_puffdiff = None OPTIONS.enable_lz4diff = False OPTIONS.vabc_compression_param = None