..
merge
Merge "Fix recovery OTA error on merged targets"
2022-11-15 18:33:53 +00:00
testdata
Add a tool to merge two partial OTAs
2022-09-07 20:35:46 +00:00
add_img_to_target_files.py
Remove all ZIP64LIMIT hack
2022-10-26 13:22:52 -07:00
Android.bp
check_target_files_vintf: Support flattened apexes
2022-10-18 07:46:14 +09:00
apex_utils.py
Update deapexer call to explictly use blkid
2022-11-09 18:22:14 +00:00
blockimgdiff.py
Fix 'expected str instance, bytes found' error when compute patches
2022-11-11 00:26:19 +08:00
build_image.py
Allow build_image.py to build vbmeta partition
2022-12-20 10:59:58 -08:00
build_super_image.py
Simplify codes for BuildSuperImage func
2021-04-23 19:58:40 +08:00
care_map_pb2.py
Handle caremap for partial OTAs
2021-06-04 16:17:32 -04:00
check_ota_package_signature.py
Remove all ZIP64LIMIT hack
2022-10-26 13:22:52 -07:00
check_partition_sizes.py
Remove catch + sys.exit idiom
2022-02-17 21:46:21 -08:00
check_target_files_signatures.py
Update APK parser to be compatible with new signer output
2022-02-07 16:38:09 -08:00
check_target_files_vintf.py
Refactor: remove --apex-info-file arg to checkvintf
2022-11-28 15:01:30 +09:00
common.py
Remove all ZIP64LIMIT hack
2022-10-26 13:22:52 -07:00
edify_generator.py
Fix some wording to comply with respectful-code
2020-07-23 10:04:12 -04:00
find_shareduid_violation.py
Finds APK shared UID violations when merging target files.
2020-10-29 09:33:26 -07:00
fsverity_metadata_generator.py
Write signature size even when it's empty
2022-01-07 10:56:17 +09:00
images.py
Remove HashTreeInfo from verity_utils.py
2022-08-25 03:30:06 +00:00
img_from_target_files.py
Enable zip64 support in build image script
2022-10-26 12:30:29 -07:00
jarjar-rules.txt
Add ota_metadata_proto_java
2021-05-05 09:08:12 -04:00
make_recovery_patch.py
Moving recovery resources from /system to /vendor
2019-10-04 00:04:34 +00:00
merge_ota.py
Add a tool to merge two partial OTAs
2022-09-07 20:35:46 +00:00
non_ab_ota.py
Remove all ZIP64LIMIT hack
2022-10-26 13:22:52 -07:00
ota_from_target_files.py
Remove all ZIP64LIMIT hack
2022-10-26 13:22:52 -07:00
ota_metadata.proto
Amend the apex info for ota package
2021-06-07 20:33:46 -07:00
ota_metadata_pb2.py
Update ota_metadata_pb2.py
2022-09-23 10:07:04 -07:00
ota_package_parser.py
Allow zip64 support when opening zip files
2020-09-22 16:53:39 -04:00
ota_utils.py
Remove all ZIP64LIMIT hack
2022-10-26 13:22:52 -07:00
OWNERS
Moves merge scripts into a new merge folder.
2022-03-08 16:37:14 -08:00
payload_signer.py
Refactor ota_utils to reduce dependency on global OPTIONS
2022-09-06 23:51:20 +00: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
Support container password for apex signing
2022-09-30 09:19:57 -07:00
sign_target_files_apks.py
Support chained init_boot partition signing
2022-11-07 15:48:23 -08:00
sparse_img.py
Use AVB footer to determine caremap
2022-10-10 13:12:50 -07:00
target_files_diff.py
Fix python3 incompatiable code
2021-11-09 23:37:11 -08:00
test_add_img_to_target_files.py
Use AVB footer to determine caremap
2022-10-10 13:12:50 -07:00
test_apex_utils.py
Fix some python2/3 migration issues
2021-12-21 12:31:55 -08: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
fix releasetools_test
2021-10-27 16:06:10 +09:00
test_check_partition_sizes.py
Check super size for factory OTA at build time
2021-05-13 17:41:52 -07:00
test_check_target_files_vintf.py
Update language to comply with Android's inclusive language guidance
2020-07-29 12:06:00 -07:00
test_common.py
Remove all ZIP64LIMIT hack
2022-10-26 13:22:52 -07:00
test_merge_ota.py
Add a tool to merge two partial OTAs
2022-09-07 20:35:46 +00:00
test_non_ab_ota.py
Define the protobuf for OTA metadata
2020-08-26 16:17:35 -07:00
test_ota_from_target_files.py
Refactor ota_utils to reduce dependency on global OPTIONS
2022-09-06 23:51:20 +00:00
test_ota_utils.py
Fix a bug in computing streaming property of payload.bin
2021-07-28 11:40:18 -04:00
test_rangelib.py
releasetools: Add a common base class for unittests.
2018-10-11 23:01:09 -07:00
test_sign_apex.py
Add sign_sepolicy_path for a binary to sign sepolicy.apex.
2022-06-27 11:03:26 +02:00
test_sign_target_files_apks.py
Remove replace verity key args
2022-08-24 06:37:12 +00:00
test_utils.py
Use AVB footer to determine caremap
2022-10-10 13:12:50 -07:00
test_validate_target_files.py
Fix errors from validate_target_files
2021-01-12 14:04:58 -08:00
test_verity_utils.py
Remove HashTreeInfo from verity_utils.py
2022-08-25 03:30:06 +00:00
validate_target_files.py
validate_target_files: support gki_arm64
2022-03-09 16:35:19 +08:00
verity_utils.py
Remove HashTreeInfo from verity_utils.py
2022-08-25 03:30:06 +00:00