aboutsummaryrefslogtreecommitdiffstats
path: root/tools/releasetools/img_from_target_files.py
Commit message (Expand)AuthorAgeFilesLines
* More accurate error if input_file is not existsjiajia tang2021-04-211-0/+3
* Revert "Revert "Add prebuilt bootloader var and add bootloader t..."Ram Muthiah2020-08-271-2/+6
* Revert "Add prebuilt bootloader var and add bootloader to img zip"Ankit Goyal2020-08-261-6/+2
* Add prebuilt bootloader var and add bootloader to img zipRam Muthiah2020-08-251-2/+6
* releasetools: img_from_target_files uses zip2zip.Tao Bao2019-08-281-63/+98
* releasetools: Clean up img_from_target_files.py.Tao Bao2019-08-261-41/+44
* releasetools: Drop the support for creating image archive from dir.Tao Bao2019-08-021-43/+45
* releasetools: Move recovery-two-step.img to OTA/.Tao Bao2019-07-261-2/+0
* releasetools: Unzip all files when generating image archive.Tao Bao2019-05-101-2/+4
* Add BOARD_SUPER_IMAGE_IN_UPDATE_PACKAGE flag.Yifan Hong2019-04-291-19/+103
* Adds support to create img from target files directory instead of zip.Daniel Norman2019-04-241-3/+19
* Adds --output-img flag to enable building the IMG package.Daniel Norman2019-04-181-1/+2
* releasetools: Switch to Python logging.Tao Bao2018-10-171-3/+7
* releasetools: Make scripts pylint clean.Tao Bao2018-07-191-8/+9
* releasetools: Don't return ZipFile from common.UnzipTemp().Tao Bao2018-03-011-2/+1
* Remove the obsolete logic in img_from_target_files.py.Tao Bao2017-05-311-52/+12
* releasetools: Replace print stmt with print().Tao Bao2017-01-131-7/+7
* Build recovery-two-step.img for two-step OTAs.Tao Bao2016-12-011-0/+2
* Honor TARGET_NO_RECOVERY flag.Tao Bao2015-10-271-4/+5
* releasetools: Support packaging for system_root_image.Tao Bao2015-08-051-0/+1
* Pack file_contexts into target_files zip.Tao Bao2015-07-101-10/+1
* 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