android_build/tools/releasetools
Mark Salyzyn 3cd2460edc build: Split out mkfs in BuildImageMkfs (retry)
NB: second attempt, issue with scope for mkfs_output.

Separate out BuildImageMkfs from BuildImage, which just makes the
filesystem without any verity, avb, or other decisions.  BuildImage
does all the wrapping for such.  This will hopefully ease maintenance
and drop the issues surrounding BuildImage reentrancy.

Change right-size estimation path to use BuildImageMkfs, and thus do
so without verity or avb wrappings.  Add partition_headroom to space
consideration.  This makes the results of the estimation more
accurate and predictable.

Test: build
Bug: 111302946
Change-Id: I2549bd4e403c21290470b2fa1835492ae883f0fd
2018-11-08 15:42:22 -08:00
..
testdata releasetools: Add tests for VerityImageBuilder. 2018-11-06 10:00:51 -08:00
OWNERS
add_img_to_target_files
add_img_to_target_files.py releasetools: Include descriptor of `vbmeta_system.img` in `vbmeta.img`. 2018-10-22 15:27:54 -07:00
blockimgdiff.py releasetools: Switch to Python logging. 2018-10-17 07:51:04 -07:00
build_image.py build: Split out mkfs in BuildImageMkfs (retry) 2018-11-08 15:42:22 -08:00
check_ota_package_signature.py releasetools: Switch to Python logging. 2018-10-17 07:51:04 -07:00
check_target_files_signatures
check_target_files_signatures.py
common.py releasetools: Switch to Python logging. 2018-10-17 07:51:04 -07:00
edify_generator.py
img_from_target_files
img_from_target_files.py releasetools: Switch to Python logging. 2018-10-17 07:51:04 -07:00
make_recovery_patch
make_recovery_patch.py releasetools: Switch to Python logging. 2018-10-17 07:51:04 -07:00
ota_from_target_files
ota_from_target_files.py releasetools: Switch to Python logging. 2018-10-17 07:51:04 -07:00
ota_package_parser.py
pylintrc
rangelib.py
sign_target_files_apks
sign_target_files_apks.py Install the ota keys under recovery as a zipfile 2018-10-22 14:47:15 -07:00
sparse_img.py releasetools: Switch to Python logging. 2018-10-17 07:51:04 -07:00
target_files_diff.py
test_add_img_to_target_files.py
test_blockimgdiff.py
test_build_image.py build_image: improvements to right size for dynamic partitions 2018-10-23 15:14:00 -07:00
test_common.py
test_ota_from_target_files.py
test_rangelib.py
test_sign_target_files_apks.py
test_utils.py releasetools: Log to stdout when running tests. 2018-10-18 15:05:49 -07:00
test_validate_target_files.py releasetools: Create VerityImageBuilder. 2018-11-06 10:00:28 -08:00
test_verity_utils.py releasetools: Add tests for VerityImageBuilder. 2018-11-06 10:00:51 -08:00
validate_target_files.py
verity_utils.py Merge "releasetools: Add tests for VerityImageBuilder." 2018-11-07 20:23:12 +00:00