Fix small typo in ota script options

"enable_zucchin" was used instead of "enable_zucchini"

Test: th
Change-Id: Iaccb07bc6913a28c021fe84d3faeb59504ea1fbb
This commit is contained in:
Kelvin Zhang
2022-03-08 15:13:01 -08:00
parent 84b3a28603
commit 318a464a71

View File

@@ -1475,7 +1475,7 @@ def main(argv):
"enable_vabc_xor=",
"force_minor_version=",
"compressor_types=",
"enable_zucchin=",
"enable_zucchini=",
"enable_lz4diff=",
"vabc_compression_param=",
], extra_option_handler=option_handler)