android_build/tools/releasetools
Sami Tolvanen e09d096ed6 Check partition hash before resorting to block_image_verify
It's not necessary to call block_image_verify for the most common
case where we attempt an update for the first time and the target
partition has expected contents. It is sufficient to confirm that
the target partition is intact.

Computing a hash is much faster than simulating the update, which
means this change should make the update speed for v3 much closer
to v2 for the common case. If the update was interrupted, this is
going to make resuming somewhat slower, of course. Hopefully this
should be rather rare.

Bug: 20309033
Change-Id: I04792f3681bf2cd5d9a4e1c41eb883c7f26c6f58
2015-04-24 10:56:59 +00:00
..
add_img_to_target_files store images in target-files 2014-07-31 11:06:30 -07:00
add_img_to_target_files.py Merge "Make releasetools pylint clean." 2015-03-27 18:40:02 +00:00
blockimgdiff.py Calculate max_stashed_blocks correctly for block OTA v3 2015-04-17 16:28:08 +01:00
build_image.py build_image.py: Verity support for flashing non partition spanning fs 2015-04-01 00:50:39 +00:00
check_target_files_signatures Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
check_target_files_signatures.py Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
common.py Check partition hash before resorting to block_image_verify 2015-04-24 10:56:59 +00:00
edify_generator.py Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
img_from_target_files
img_from_target_files.py Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
make_recovery_patch Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
make_recovery_patch.py Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
ota_from_target_files Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
ota_from_target_files.py Add support for full radio option 2015-04-21 16:54:52 -07:00
pylintrc Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
rangelib.py Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
sign_target_files_apks Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
sign_target_files_apks.py Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
sparse_img.py Make releasetools pylint clean. 2015-03-24 11:05:16 -07:00
test_common.py Run ZipFile.testzip() during zipfile tests. 2015-03-23 16:54:39 -07:00