summaryrefslogtreecommitdiffstats
path: root/tools/releasetools/img_from_target_files.py
Commit message (Expand)AuthorAgeFilesLines
* img_from_target_files: Skip oem.img in fastboot image creationBrint E. Kriebel2016-04-181-6/+3
* build: Create a oem image when BOARD_OEMIMAGE_FILE_SYSTEM_TYPE is definedDiogo Ferreira2016-04-151-0/+6
* py3: update all the thingsAnthony King2016-01-041-9/+11
* img_from_target_files: Imports added to fix the scriptJessica Wagantall2015-12-041-0/+4
* build: Fix extra userdata generationBrint E. Kriebel2015-11-071-0/+2
* releasetools: Add radio images to fastboot packagesBrint E. Kriebel2015-10-061-0/+26
* 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