platform_build/tools/releasetools
Hongguang Chen 4975a9334f Allow more than one '=' in avb_extra_custom_image_extra_args.
avb_extra_custom_image_extra_args can be set to
'oem=--signing_helper_with_files=/tmp/avbsigner.sh' on signing server.
The second '=' shouldn't be splitted in this case.

BUG: 154171021
Test: Manually sign target zip files which has custom images.
  sign_target_files_apks -d certs --avb_extra_custom_image_key \
    oem=oem_rsa4096.pem --avb_extra_custom_image_algorithm \
    oem=SHA256_RSA4096 --avb_extra_custom_image_extra_args \
    oem="--signing_helper_with_files=/tmp/avbsigner.sh" \
    xxxx-target_files.zip signed.zip

Change-Id: I815d574f791734d4c6a25a9f8d827b5b4f93d7cc
Merged-In: I815d574f791734d4c6a25a9f8d827b5b4f93d7cc
2020-05-25 15:11:30 -07:00
..
testdata Build merged apexkeys.txt/apkcerts.txt by partition. 2020-04-02 17:16:01 +00:00
add_img_to_target_files
add_img_to_target_files.py Add options to sign the prebuilt custom images. 2020-05-21 22:22:19 +00:00
Android.bp Reland "Move partition size checks to python script" 2019-11-01 11:41:26 -07:00
apex_utils.py Continue to pass in --signing_helper for avbtool. 2020-03-26 04:41:29 +00:00
blockimgdiff.py Support forcefully generating non-AB packages. 2020-05-07 12:48:17 -07:00
build_image.py RESTRICT AUTOMERGE Uses a per-partition fingerprint for building images and avb_salt. 2020-03-10 11:04:31 -07:00
build_super_image.py releasetools: Pass --virtual-ab to lpmake. 2019-12-16 22:17:28 +00:00
check_ota_package_signature.py releasetools: Clean up additional modules for Python 3 compatibility. 2019-06-26 00:15:53 -07:00
check_partition_sizes.py Fix Virtual A/B size checks 2019-11-05 14:06:23 -08:00
check_target_files_signatures
check_target_files_signatures.py Switch to aapt2 for getting minSdkVersion 2019-07-19 20:26:42 +00:00
check_target_files_vintf.py Also check empty SKU if SKUS are not defined 2020-03-19 21:36:59 +00:00
common.py Add options to sign the prebuilt custom images. 2020-05-21 22:22:19 +00:00
edify_generator.py Use add_slot_suffix function in edify script 2020-05-07 16:55:39 -07:00
images.py Factor out the image classes to break circular dependency 2019-07-15 17:02:23 -07:00
img_from_target_files
img_from_target_files.py releasetools: img_from_target_files uses zip2zip. 2019-08-28 16:36:25 -07:00
make_recovery_patch.py Moving recovery resources from /system to /vendor 2019-10-04 00:04:34 +00:00
merge_builds.py Removes custom prefix/suffix from MergeDynamicPartitionInfoDicts. 2019-11-26 11:09:17 -08:00
merge_target_files.py Make the partition= tag optional. 2020-04-03 21:23:04 -07:00
ota_from_target_files
ota_from_target_files.py Exclude vendor_boot in secondary payload 2020-05-15 22:36:00 +00: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-10-07 12:39:55 -07:00
pylintrc releasetools: Make scripts pylint clean. 2018-07-19 10:39:05 -07:00
rangelib.py releasetools: Make rangelib Python 3 compatibile. 2019-06-19 10:30:34 -07:00
sign_apex.py Allow passing in codename_to_api_level_map to sign_apex. 2020-04-25 18:30:24 +00:00
sign_target_files_apks
sign_target_files_apks.py Allow more than one '=' in avb_extra_custom_image_extra_args. 2020-05-25 15:11:30 -07:00
sparse_img.py Preserve the monotonic property when subtracting 0 block 2020-02-27 13:24:11 -08: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 Adds support for optionally generating vbmeta.img in merge_builds. 2019-08-02 20:13:03 +00:00
test_apex_utils.py Build the payload image only during apk-in-apex signing 2020-03-24 19:20:48 +00:00
test_blockimgdiff.py Factor out the image classes to break circular dependency 2019-07-15 17:02:23 -07:00
test_build_image.py relesetools: Enable releasetools_test in presubmit. 2019-04-12 15:26:35 -07:00
test_check_partition_sizes.py Fix Virtual A/B size checks 2019-11-05 14:06:23 -08:00
test_check_target_files_vintf.py releasetools: Fix releasetools_py3_test. 2019-10-06 23:29:34 -07:00
test_common.py Skip _oem_props if oem_dicts is None. 2020-05-04 20:45:33 +00:00
TEST_MAPPING Additionally run releasetools_test with Python 3. 2019-07-09 05:14:31 +00:00
test_merge_target_files.py Build merged apexkeys.txt/apkcerts.txt by partition. 2020-04-02 17:16:01 +00:00
test_ota_from_target_files.py Call delta_generator to get the signature size 2019-10-12 00:36:54 +00:00
test_rangelib.py releasetools: Add a common base class for unittests. 2018-10-11 23:01:09 -07:00
test_sign_apex.py Resign apks contained in apex 2020-01-27 19:48:39 +00:00
test_sign_target_files_apks.py Make the partition= tag optional. 2020-04-03 21:23:04 -07:00
test_utils.py releasetools: Move MockScriptWriter into test_utils. 2019-10-07 20:00:34 -07:00
test_validate_target_files.py releasetools: Support verifying files with non-monotonic ranges. 2019-10-03 23:21:22 -07:00
test_verity_utils.py releasetools: Make verity_utils Python 3 compatible. 2019-06-24 21:07:19 -07:00
validate_target_files.py Add options to sign the prebuilt custom images. 2020-05-21 22:22:19 +00:00
verity_utils.py Add options to sign the prebuilt custom images. 2020-05-21 22:22:19 +00:00