aboutsummaryrefslogtreecommitdiffstats
path: root/tools/releasetools/validate_target_files.py
Commit message (Expand)AuthorAgeFilesLines
* Skip vbmeta_system if it doesn't existKelvin Zhang2021-07-271-0/+10
* Validate AVB props in vbmeta imageKelvin Zhang2021-05-261-19/+46
* Fix errors from validate_target_filesTianjie2021-01-121-5/+18
* Allow zip64 support when opening zip filesKelvin Zhang2020-09-221-1/+1
* Merge "Fix validate_target_files for target files modified by"Kelvin Zhang2020-07-091-0/+15
|\
| * Fix validate_target_files for target files modified byKelvin Zhang2020-06-291-0/+15
* | Merge "Check for duplicate entries in build.prop in validation script"Kelvin Zhang2020-07-061-0/+30
|\ \
| * | Check for duplicate entries in build.prop in validation scriptKelvin Zhang2020-07-061-0/+30
| |/
* / Rename the boot image for avb validationTianjie2020-06-251-0/+11
|/
* Add options to sign the prebuilt custom images.Hongguang Chen2020-05-201-1/+6
* Remove the key parameter when verifying avb images in validate_target_filesTianjie Xu2020-02-061-1/+1
* AVB: decouple vbmeta.img from recovery.img for non-A/B devicescfig2019-10-101-2/+23
* Merge "releasetools: Support verifying files with non-monotonic ranges."Tao Bao2019-10-071-8/+11
|\
| * releasetools: Support verifying files with non-monotonic ranges.Tao Bao2019-10-031-8/+11
* | Moving recovery resources from /system to /vendorBill Peckham2019-10-041-5/+13
|/
* Also install verity_key to ramdisk for non-system-as-root target.Tao Bao2019-09-171-7/+16
* releasetools: Move recovery-two-step.img to OTA/.Tao Bao2019-07-261-1/+4
* releasetools: Prefer the avbtool specified in target_files.Tao Bao2019-06-261-1/+2
* releasetools: Make common Python 3 compatible.Tao Bao2019-06-241-1/+1
* releasetools: Allow verifying chained vbmeta partitions.Tao Bao2019-06-041-3/+6
* releasetools: Re-enable verifying AVB-signed images.Tao Bao2019-03-261-3/+25
* Check the completeness of original blocks during target files validationxunchang2019-02-201-5/+5
* releasetools: Keep the original RangeSet for 'uses_shared_blocks' case.Tao Bao2018-12-061-7/+14
* releasetools: Temporarily disable verifying AVB-signed images.Tao Bao2018-11-151-25/+3
* releasetools: Set default stdout and stderr in common.Run().Tao Bao2018-10-041-4/+3
* releasetools: Support verifying AVB signed images with chained partitions.Tao Bao2018-07-231-1/+16
* releasetools: Track the change to applypatch arguments.Tao Bao2018-07-171-32/+55
* releasetools: Skip checking files with non-monotonic ranges.Tao Bao2018-05-171-0/+6
* releasetools: Skip validating non-sparse images.Tao Bao2018-05-111-3/+8
* releasetools: Support validating Verified Boot images.Tao Bao2018-03-121-16/+144
* releasetools: Fix the broken validate_target_files.py.Tao Bao2018-03-071-1/+5
* releasetools: Don't return ZipFile from common.UnzipTemp().Tao Bao2018-03-011-2/+3
* releasetools: Detect incomplete block ranges.Tao Bao2018-02-011-32/+9
* releasetools: Make validate_target_files.py pylint clean.Tao Bao2018-02-011-11/+13
* Skip checking files that have less blocks in block map.Tao Bao2017-09-051-5/+17
* Verify the contents in install-recovery.shTianjie Xu2017-06-201-10/+104
* releasetools: Add validate_target_files.py.Tao Bao2017-04-051-0/+127