.. |
merge
|
[Bugfix] Check for presence before moving
|
2022-04-21 09:33:31 +08:00 |
testdata
|
Adding flags and logic to sign updateable SEPolicy in APEX
|
2022-02-19 00:01:09 +01:00 |
add_img_to_target_files
|
|
|
add_img_to_target_files.py
|
vendor_kernel_boot: Update releasetools for vendor_kernel_boot
|
2022-04-21 00:27:27 +08:00 |
Android.bp
|
Merge "Moves merge scripts into a new merge folder."
|
2022-03-10 23:39:28 +00:00 |
apex_utils.py
|
Ignore cleanup errors.
|
2022-02-26 02:35:25 +00:00 |
blockimgdiff.py
|
Update language to comply with Android’s inclusive language guidance
|
2020-07-28 15:43:15 -04:00 |
build_image.py
|
build_image: Support common args
|
2022-04-22 01:59:33 +09: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 catch + sys.exit idiom
|
2022-02-17 21:46:21 -08:00 |
check_partition_sizes.py
|
Remove catch + sys.exit idiom
|
2022-02-17 21:46:21 -08:00 |
check_target_files_signatures
|
|
|
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
|
Merge "Remove catch + sys.exit idiom"
|
2022-02-25 00:35:45 +00:00 |
common.py
|
Merge "vendor_kernel_boot: Update releasetools for vendor_kernel_boot"
|
2022-04-21 03:07:15 +00: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_manifest_generator.py
|
Add a version code and version name to fsverity manifest APK
|
2022-01-27 12:46:22 -08:00 |
fsverity_metadata_generator.py
|
Write signature size even when it's empty
|
2022-01-07 10:56:17 +09: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
|
Remove catch + sys.exit idiom
|
2022-02-17 21:46:21 -08: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 |
non_ab_ota.py
|
system_dlkm: add to the non AB ota
|
2022-02-09 02:53:07 +00:00 |
ota_from_target_files
|
|
|
ota_from_target_files.py
|
Merge "Fix small typo in ota script options"
|
2022-03-09 03:06:26 +00:00 |
ota_metadata.proto
|
Amend the apex info for ota package
|
2021-06-07 20:33:46 -07:00 |
ota_metadata_pb2.py
|
Add spl-downgrade field to ota metadata
|
2021-02-25 10:15:45 -05:00 |
ota_package_parser.py
|
Allow zip64 support when opening zip files
|
2020-09-22 16:53:39 -04:00 |
ota_utils.py
|
Merge "ota_utils: Don't fail if metadata proto doesn't exist"
|
2022-02-18 21:20:07 +00:00 |
OWNERS
|
Moves merge scripts into a new merge folder.
|
2022-03-08 16:37:14 -08:00 |
pylintrc
|
|
|
rangelib.py
|
releasetools: Make rangelib Python 3 compatibile.
|
2019-06-19 10:30:34 -07:00 |
sign_apex.py
|
Adding sepolicy sign params to sign_target_files_apks.
|
2022-03-21 22:56:33 +00:00 |
sign_target_files_apks
|
|
|
sign_target_files_apks.py
|
Merge "Rebuild and copy recovery and boot img when using vendor_otatools"
|
2022-04-21 16:07:12 +00:00 |
sparse_img.py
|
Preserve the monotonic property when subtracting 0 block
|
2020-02-27 13:24:11 -08:00 |
target_files_diff.py
|
Fix python3 incompatiable code
|
2021-11-09 23:37:11 -08:00 |
test_add_img_to_target_files.py
|
Moves care map generation logic to common.py, so it can be reused.
|
2021-04-13 11:42:26 -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
|
releasetools: Update T GKI certification scheme
|
2022-02-24 21:50:18 +08: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
|
Add apex info to the streaming property file
|
2021-06-10 14:44:26 -07: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
|
|
|
test_sign_apex.py
|
Adding flags and logic to sign updateable SEPolicy in APEX
|
2022-02-19 00:01:09 +01:00 |
test_sign_target_files_apks.py
|
Adding sepolicy sign params to sign_target_files_apks.
|
2022-03-21 22:56:33 +00:00 |
test_utils.py
|
Moves merge scripts into a new merge folder.
|
2022-03-08 16:37:14 -08:00 |
test_validate_target_files.py
|
Fix errors from validate_target_files
|
2021-01-12 14:04:58 -08:00 |
test_verity_utils.py
|
Calculate the vbmeta digest when building images
|
2021-05-05 18:04:51 +00:00 |
validate_target_files.py
|
validate_target_files: support gki_arm64
|
2022-03-09 16:35:19 +08:00 |
verity_utils.py
|
Support relative key path in VerifiedBootVersion2VerityImageBuilder
|
2022-02-09 19:47:18 +01:00 |