forked from openkylin/platform_build
Merge "releasetools: Fix the comment for '--verify' flag." am: f9b1b4c37d
am: 4c38da5b2e
Change-Id: I05a6cd2b85c34d22df156b9cba4c95cd7d8103ce
This commit is contained in:
commit
c6f0d75e57
|
@ -46,9 +46,9 @@ Usage: ota_from_target_files [flags] input_target_files output_ota_package
|
||||||
Similar to --full_radio. When generating an incremental OTA, always
|
Similar to --full_radio. When generating an incremental OTA, always
|
||||||
include a full copy of bootloader image.
|
include a full copy of bootloader image.
|
||||||
|
|
||||||
-v (--verify)
|
--verify
|
||||||
Remount and verify the checksums of the files written to the
|
Remount and verify the checksums of the files written to the system and
|
||||||
system and vendor (if used) partitions. Incremental builds only.
|
vendor (if used) partitions. Non-A/B incremental OTAs only.
|
||||||
|
|
||||||
-o (--oem_settings) <main_file[,additional_files...]>
|
-o (--oem_settings) <main_file[,additional_files...]>
|
||||||
Comma seperated list of files used to specify the expected OEM-specific
|
Comma seperated list of files used to specify the expected OEM-specific
|
||||||
|
|
Loading…
Reference in New Issue