summaryrefslogtreecommitdiffstats
path: root/tools/releasetools/ota_from_target_files
Commit message (Expand)AuthorAgeFilesLines
* Underp releasetoolsMichael Bestas2015-10-121-1744/+1
* Fix syntax issues and recovery generationStephen Bird2015-10-081-1/+1
* build: Update install tools packaging for target-files supportBrint E. Kriebel2015-10-061-6/+5
* build: ota: Support for install tools in /tmp/installTom Marshall2015-10-061-15/+15
* releasetools: Store the build.prop file in the OTA zipBrint E. Kriebel2015-10-061-0/+3
* Fix ro.build.product not found by ota_from_target_files in some casesdhacker292015-10-061-10/+11
* releasetools: ota_from_target_files: add FullOTA_PostValidateM1cha2015-10-061-0/+2
* build: Ensure /system unmounted at install startMatt Mower2015-10-061-0/+1
* build: clean up otasigcheckPawit Pornkitprasan2015-10-061-0/+5
* Allow devices to specify certain ro. props via TARGET_UNIFIED_DEVICEdhacker292015-10-061-27/+46
* ota: Fix recovery-script cleanups in block modeRicardo Cerqueira2015-10-061-0/+10
* ota_from_target_files: Validate signatures after possible data wipeBrint E. Kriebel2015-10-061-7/+7
* ota: Include copies of the recovery scripts even if shipping in block modeRicardo Cerqueira2015-10-061-0/+6
* ota: Make sure we don't install on top of an incompatible systemRicardo Cerqueira2015-10-061-0/+6
* Store the base64 release key in the OTA zipsRicardo Cerqueira2015-10-061-1/+2
* update ota_from_target_files to handle mounting/unmounting for backupscriptAusten Dicken2015-10-061-0/+2
* Allow override of device asserts, including multi-device support.Steve Kondik2015-10-061-2/+11
* Add otapackage support for backuptoolChris Soyars2015-10-061-0/+15
* fix up ota_from_target_files symlink detection.Koushik Dutta2015-10-061-1/+1
* ota: Remove cruft we don't care aboutRicardo Cerqueira2015-10-061-5/+4
* build: Inline kernel building as a buildtime taskRicardo Cerqueira2015-10-061-1/+1666
* Make releasetools pylint clean.Dan Albert2015-03-241-1575/+1
* Fix the computation of basefilenameTao Bao2015-03-231-3/+4
* Allow system images larger than 2GiB.Dan Albert2015-03-191-4/+2
* Restrict the verification in block-based incremental OTAsTao Bao2015-03-131-6/+26
* Revert "Allow system images larger than 2GiB."Justin Harrison2015-02-131-2/+4
* Allow system images larger than 2GiB.Dan Albert2015-02-061-4/+2
* verify system and vendor image together before patching.Jesse Zhao2015-01-071-0/+6
* Add post-install verification phaseMichael Runge2014-10-291-2/+29
* get_stage in updater takes one param, not two.Michael Runge2014-10-231-6/+6
* Allow info_dict from target_files to specify mount optionsMichael Runge2014-10-221-7/+12
* If oem_fingerprint_props is empty, ignore.Michael Runge2014-09-181-4/+4
* explicitly check the superblock for differencesDoug Zongker2014-09-111-2/+4
* refactor BlockDifference into commonDoug Zongker2014-08-261-58/+7
* new block OTA system toolsDoug Zongker2014-08-261-166/+101
* add 5 minute timeout on binary patch constructionDoug Zongker2014-08-051-21/+31
* Merge "fall back to generating full OTA if incremental fails" into lmp-devDoug Zongker2014-08-011-29/+45
|\
| * fall back to generating full OTA if incremental failsDoug Zongker2014-08-041-29/+45
* | store images in target-filesDoug Zongker2014-07-311-18/+68
|/
* resolved conflicts for merge of 240e136e to masterYing Wang2014-06-191-3/+11
|\
| * Document the worker_threads option.Martin Blumenstingl2014-06-111-3/+11
* | full support for OTA of vendor partitionsDoug Zongker2014-06-161-216/+339
* | test block patch more realisticallyDoug Zongker2014-06-131-8/+4
* | configure progress bar during block OTA script generationDoug Zongker2014-06-091-1/+3
* | fix ota script to generate non-block commands correctlyDoug Zongker2014-05-091-1/+1
* | Support block OTA + OEM partitionMichael Runge2014-05-051-3/+16
* | Add support for verifying OEM properties.Michael Runge2014-05-011-15/+69
* | Fix variable name.Ying Wang2014-04-151-1/+1
* | Merge "test block system image patch at build time"Doug Zongker2014-03-061-3/+66
|\ \
| * | test block system image patch at build timeDoug Zongker2014-03-041-3/+66