summaryrefslogtreecommitdiffstats
path: root/tools/releasetools/edify_generator.py
Commit message (Expand)AuthorAgeFilesLines
* Make releasetools pylint clean.Dan Albert2015-03-241-42/+43
* Fix the syntax error in the edify script generatorTao Bao2015-03-221-5/+5
* Add support for tuning partitionsMichael Runge2014-11-211-0/+11
* Add post-install verification phaseMichael Runge2014-10-291-0/+4
* Allow info_dict from target_files to specify mount optionsMichael Runge2014-10-221-4/+15
* new block OTA system toolsDoug Zongker2014-08-261-7/+0
* full support for OTA of vendor partitionsDoug Zongker2014-06-161-4/+3
* Add missing quotation mark in assertionMichael Runge2014-05-091-1/+1
* assert recovery finger/thumbprints, not systemDoug Zongker2014-05-091-6/+4
* Add support for verifying OEM properties.Michael Runge2014-05-011-6/+20
* handle don't care regions in the system imageDoug Zongker2014-03-031-6/+23
* add option to specify updater binary, for developmentDoug Zongker2014-03-031-1/+1
* Add support for block incremental OTAsGeremy Condra2014-02-201-0/+17
* Enabled incrementals to patch + rename moved filesMichael Runge2013-12-161-0/+14
* Revert "Enable incremental builder to find files that moved, and try to proce...Michael Runge2013-11-221-5/+0
* Enable incremental builder to find files that moved, andMichael Runge2013-11-071-0/+5
* Update OTA to understand SELinux labels and capabilitiesNick Kralevich2013-09-101-6/+25
* Revert "Update OTA to understand SELinux filesystem labels"Michael Runge2013-07-221-5/+5
* Update OTA to understand SELinux filesystem labelsNick Kralevich2013-07-181-5/+5
* improve OTA failure messagesDoug Zongker2013-06-031-14/+23
* fix broken OTAs; format() is called with wrong # of argsDoug Zongker2012-04-091-2/+2
* don't generate retouch commands in OTA scriptsDoug Zongker2012-02-281-14/+0
* pass blobs to write_raw_image() instead of using temp fileDoug Zongker2011-04-121-3/+2
* resolved conflicts for merge of 0a1f3236 to honeycomb-plus-aospYing Wang2011-03-071-30/+0
|\
| * Drop support for target files with no recovery.fstab.Ying Wang2011-03-041-30/+0
* | remove vestigial WriteFirmwareImage functionDoug Zongker2011-03-021-12/+0
* | read partition length from recovery.fstabDoug Zongker2011-02-231-4/+2
* | Fix build breakMichael Chan2011-01-191-1/+1
* | Teach the build system to reserve the last 16 Kbytes of /data for the crypto ...Ken Sumrall2011-01-191-4/+8
* | am 8317e664: am 96a57e73: make info_dict and GetTypeAndDevice available to de...Doug Zongker2010-09-261-7/+3
|\ \ | |/
| * make info_dict and GetTypeAndDevice available to device extensionsDoug Zongker2010-09-261-7/+3
| * add recovery.fstab as dependency so it triggers rebuild (do not merge)Doug Zongker2010-09-211-1/+2
| * support for per-partition fs_type (do not merge)Doug Zongker2010-09-211-31/+68
| * consolidate target_files metadata into one key-value fileDoug Zongker2010-09-161-1/+1
| * support for ext4/EMMC in target_files and OTA generationDoug Zongker2010-09-161-14/+32
* | support for per-partition fs_typeDoug Zongker2010-09-211-31/+69
* | Working ASLR implementation.Hristo Bojinov2010-08-021-0/+14
* | generate pseudofilenames for EMMC partitionsDoug Zongker2010-07-071-1/+1
* | support for ext4/EMMC in target_files and OTA generationDoug Zongker2010-07-011-14/+32
|/
* pass blobs to applypatch in incremental OTAsDoug Zongker2010-02-221-1/+9
* relocate applypatch; check patch integrityDoug Zongker2010-02-191-1/+1
* add UnmountAll function to OTA script; support radio images w/pathDoug Zongker2010-02-031-2/+6
* improve the OTA progress barDoug Zongker2009-09-201-1/+8
* generate OTA packages that use edifyDoug Zongker2009-06-181-0/+226