From 3bff72fbc60ffedd5a24084e64ef5ba07108de98 Mon Sep 17 00:00:00 2001 From: Daniel Zheng Date: Thu, 3 Aug 2023 15:32:29 -0700 Subject: [PATCH] Adding supported compression methods Adding in supported compression methods to help Test: m ota_from_target_files Change-Id: I1c3101f983eb8b38d43752530bd9f61a85fddba4 --- 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 c73dd97a7d..28943fc52f 100755 --- a/tools/releasetools/ota_from_target_files.py +++ b/tools/releasetools/ota_from_target_files.py @@ -247,7 +247,7 @@ A/B OTA specific options older SPL. --vabc_compression_param - Compression algorithm to be used for VABC. Available options: gz, brotli, none + Compression algorithm to be used for VABC. Available options: gz, lz4, zstd, brotli, none --security_patch_level Override the security patch level in target files