Add --disable_vabc to ota_from_target_files help text.
Bug: N/A Test: N/A Change-Id: Ib8f9cd5dae746b0f2dac15d4de378116f4b93178
This commit is contained in:
parent
3296b3136e
commit
45b4230726
|
@ -211,6 +211,10 @@ A/B OTA specific options
|
||||||
Use the specified custom_image to update custom_partition when generating
|
Use the specified custom_image to update custom_partition when generating
|
||||||
an A/B OTA package. e.g. "--custom_image oem=oem.img --custom_image
|
an A/B OTA package. e.g. "--custom_image oem=oem.img --custom_image
|
||||||
cus=cus_test.img"
|
cus=cus_test.img"
|
||||||
|
|
||||||
|
--disable_vabc
|
||||||
|
Disable Virtual A/B Compression, for builds that have compression enabled
|
||||||
|
by default.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
Loading…
Reference in New Issue