platform_build/tools/releasetools
Bowgo Tsai 78369ebbc1 Avoid signing debuggable boot-debug.img
The boot-debug.img should NOT be release signed and can only be used
if the device is unlocked. Adding a check to prevent the tool from
signing this debuggable boot.img.

See the following for more details about boot-debug.img:

  https://android-review.googlesource.com/c/platform/build/+/947857

Bug: 126493225
Test: put a file /force_debuggable into boot.img, checks the following
      command fails:
        ./build/tools/releasetools/sign_target_files_apks \
        out/dist/*-target_files-*.zip signed-target_files.zip
Change-Id: Ia5232949cb9582d2b4eaa171d9e9f3fe7317d418
2019-04-23 12:55:10 +08:00
..
testdata Pass the correct signature size to payload generator 2019-04-09 17:41:00 -07:00
add_img_to_target_files
add_img_to_target_files.py Merge "Adds optional --rebuild_recovery flag to merge_target_files." 2019-03-19 21:32:28 +00:00
Android.bp relesetools: Support running all the unittests with atest. 2019-04-12 15:26:32 -07:00
apex_utils.py releasetools: Add apex_utils.py. 2019-03-15 22:08:42 -07:00
blockimgdiff.py FileImage: make thread-safe 2019-04-12 15:38:48 -07:00
build_image.py Reland "Only assert-max-image-size for static partitions." 2019-04-09 10:56:34 -07:00
build_super_image.py Merge changes from topic "dap_size_check" 2019-04-09 02:17:36 +00: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 Revert^2 "releasetools: check_target_files_signatures.py checks APEXes." 2019-03-20 12:40:34 -07:00
common.py Merge "releasetools: Update the comment on common.AVB_PARTITIONS." 2019-04-23 03:09:26 +00: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 Adds --output-img flag to enable building the IMG package. 2019-04-18 16:37:29 -07:00
make_recovery_patch
make_recovery_patch.py releasetools: Switch to Python logging. 2018-10-17 07:51:04 -07:00
merge_target_files.py Adds --output-img flag to enable building the IMG package. 2019-04-18 16:37:29 -07:00
ota_from_target_files
ota_from_target_files.py Allow generating OTA package from non-sparse images. 2019-04-11 14:38:21 -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 releasetools: Update OWNERS. 2019-01-11 12:28:09 -08: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 Avoid signing debuggable boot-debug.img 2019-04-23 12:55:10 +08:00
sparse_img.py sparse_img.py --get_partition_size return size of partition 2019-04-04 12:59:00 -07:00
target_files_diff.py Remove ro.expect.recovery_id 2019-01-28 10:56:37 -08:00
test_add_img_to_target_files.py relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
test_apex_utils.py relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
test_blockimgdiff.py Allow generating OTA package from non-sparse images. 2019-04-11 14:38:21 -07:00
test_build_image.py relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
test_common.py relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
TEST_MAPPING relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
test_merge_target_files.py Adds output-dir and output-item-list for copying only certain files. 2019-04-17 10:17:50 -07:00
test_ota_from_target_files.py releasetools: Enable a few tests in OtaFromTargetFilesTest. 2019-04-15 07:33:32 -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 Stop using build/target -> build/make/target symlink 2019-04-09 21:35:37 -07:00
test_utils.py relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
test_validate_target_files.py relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
test_verity_utils.py relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
validate_target_files.py releasetools: Re-enable verifying AVB-signed images. 2019-03-26 12:13:37 -07:00
verity_utils.py Merge "releasetools: Add tests for VerityImageBuilder." 2018-11-07 20:23:12 +00:00