summaryrefslogtreecommitdiffstats
path: root/tools/releasetools/img_from_target_files.py
Commit message (Expand)AuthorAgeFilesLines
* Wrap zipfile.write(), writestr() and close()Tao Bao2015-05-081-9/+4
* Make releasetools pylint clean.Dan Albert2015-03-241-11/+3
* Allow system images larger than 2GiB, pt. 2Greg Hackmann2015-03-231-0/+6
* Allow system images larger than 2GiB.Dan Albert2015-03-191-5/+7
* save file block allocations in target_filesDoug Zongker2014-08-121-0/+1
* store images in target-filesDoug Zongker2014-07-311-211/+63
* releasetools: only allow yaffs to have no userdata image size (fix build)JP Abgrall2014-06-261-2/+3
* full support for OTA of vendor partitionsDoug Zongker2014-06-161-50/+40
* use fs_config and file_contexts from target_filesDoug Zongker2014-06-161-1/+10
* Allow to build the update.zip for emulator build.Ying Wang2014-06-031-5/+8
* Reopen temporary system image to avoid stale data.Geremy Condra2014-05-131-2/+1
* handle don't care regions in the system imageDoug Zongker2014-03-031-2/+21
* Merge "Add support for block incremental OTAs"Geremy Condra2014-02-201-7/+10
|\
| * Add support for block incremental OTAsGeremy Condra2014-02-201-7/+10
* | bump releasetools python requirement to 2.7Doug Zongker2014-02-181-2/+2
|/
* make full OTAs block basedDoug Zongker2014-02-041-0/+279