summaryrefslogtreecommitdiffstats
path: root/tools/releasetools/make_recovery_patch
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add temporary hack to help with merge resolution."Adnan Begovic2015-10-061-53/+1
| | | | | | This reverts commit d2fbc25a6761fa15e72bc25c114c4e5f91adeb24. Change-Id: I861c39c2775f4d6ca57c058fcd9aced6d5b6be0e
* Add temporary hack to help with merge resolution.Adnan Begovic2015-10-061-1/+53
| | | | Change-Id: I1207daf17c2bd3f7f18e35a7705635752535942f
* Make releasetools pylint clean.Dan Albert2015-03-241-53/+1
| | | | | | | | This caught a few bugs/syntax errors (a few character classes were not escaped properly in regex patterns, some indentation was illegal, etc). Change-Id: I50637607524e68c4fb9cad7167f58a46b8d26b2c
* bump releasetools python requirement to 2.7Doug Zongker2014-02-181-2/+2
| | | | | | | These scripts already use some post-2.4 features, so let's make it official: Python 2.7 is needed to run them. Change-Id: I256e9ed99b0b62abe4e22a7b1f811acb7419e88e
* Fix emulator buildsYing Wang2014-02-051-0/+3
| | | | | | which don't have boot.img. Change-Id: Id97a53c5356d435d9c70107ef047bed003769e22
* add recovery update code to system imagesDoug Zongker2014-02-041-0/+50
Currently, the "img" zip files generated by the build system lack the script and data needed to rewrite the recovery partition, while the "ota" zip files do (when installed). In order to move towards block-based OTAs, we want the result of flashing an image and the result of installing the corresponding OTA package to be identical. Generate the recovery-from-boot patch and install script as part of the process of building the target-files. This requires breaking the code to generate that out of ota_from_target_files into its own tool that we can run from the Makefile. (ota_from_target_files can still do this, so it continues to work with older target-files.) Bug: 12893978 Change-Id: I80e62268840780b81216e548be89b47baf81b4ac