platform_build/tools/releasetools
Tao Bao bec89c1e1e releasetools: Clean up the logging while calling external commands.
common.RunAndCheckOutput() checks the exit code and will raise on errors.

Test: python -m unittest test_ota_from_target_files
Test: Call ota_from_target_files.py with aosp_marlin target_files zip
Test: Inject an error to the command. Repeat the call without verbose
      flag. It dumps the stack trace on error.
Change-Id: I85b765a33b9087bcbcb0571d6e632a07bb86c65c
2018-10-15 12:01:42 -07:00
..
testdata releasetools: Support verifying AVB signed images with chained partitions. 2018-07-23 15:20:14 -07:00
add_img_to_target_files
add_img_to_target_files.py releasetools: Set default stdout and stderr in common.Run(). 2018-10-04 17:05:09 -07:00
blockimgdiff.py releasetools: Set default stdout and stderr in common.Run(). 2018-10-04 17:05:09 -07:00
build_image.py releasetools: Move verity related functions into verity_utils.py. 2018-10-12 12:09:34 -07:00
check_ota_package_signature.py releasetools: Set default stdout and stderr in common.Run(). 2018-10-04 17:05:09 -07:00
check_target_files_signatures
check_target_files_signatures.py releasetools: Call Cleanup() in check_target_files_signatures.py. 2018-03-01 10:12:39 -08:00
common.py releasetools: Move verity related functions into verity_utils.py. 2018-10-12 12:09:34 -07:00
edify_generator.py releasetools: Track edify function API changes. 2018-08-29 11:53:19 -07:00
img_from_target_files
img_from_target_files.py releasetools: Make scripts pylint clean. 2018-07-19 10:39:05 -07:00
make_recovery_patch
make_recovery_patch.py releasetools: Replace print stmt with print(). 2017-01-13 14:55:14 -08:00
ota_from_target_files Fix build. 2015-09-15 07:50:10 +00:00
ota_from_target_files.py releasetools: Clean up the logging while calling external commands. 2018-10-15 12:01:42 -07:00
ota_package_parser.py Add a script to parse an block-based ota package 2017-05-09 21:01:19 +00:00
OWNERS Add OWNERS in build/make 2017-06-21 16:09:56 -07:00
pylintrc releasetools: Make scripts pylint clean. 2018-07-19 10:39:05 -07:00
rangelib.py releasetools: RangeSet.monotonic is not an optional attribute. 2018-02-06 16:00:52 -08:00
sign_target_files_apks
sign_target_files_apks.py Merge "Allow BOARD_USES_RECOVERY_AS_BOOT without BOARD_BUILD_SYSTEM_ROOT_IMAGE" 2018-09-26 22:24:54 +00:00
sparse_img.py Generate the compute_hash_tree command 2018-10-03 13:36:35 -07:00
target_files_diff.py target_files_diff: Fix the issue with file type change. 2016-04-25 18:35:20 +00:00
test_add_img_to_target_files.py releasetools: Add a common base class for unittests. 2018-10-11 23:01:09 -07:00
test_blockimgdiff.py releasetools: Add a common base class for unittests. 2018-10-11 23:01:09 -07:00
test_build_image.py releasetools: Move verity related functions into verity_utils.py. 2018-10-12 12:09:34 -07:00
test_common.py releasetools: Add a common base class for unittests. 2018-10-11 23:01:09 -07:00
test_ota_from_target_files.py releasetools: Clean up the logging while calling external commands. 2018-10-15 12:01:42 -07:00
test_rangelib.py releasetools: Add a common base class for unittests. 2018-10-11 23:01:09 -07:00
test_sign_target_files_apks.py releasetools: Add a common base class for unittests. 2018-10-11 23:01:09 -07:00
test_utils.py releasetools: Add a common base class for unittests. 2018-10-11 23:01:09 -07:00
test_validate_target_files.py releasetools: Fix a broken test due to verity utils relocation. 2018-10-13 19:27:52 -07:00
test_verity_utils.py releasetools: Move verity related functions into verity_utils.py. 2018-10-12 12:09:34 -07:00
validate_target_files.py releasetools: Set default stdout and stderr in common.Run(). 2018-10-04 17:05:09 -07:00
verity_utils.py releasetools: Move verity related functions into verity_utils.py. 2018-10-12 12:09:34 -07:00