summaryrefslogtreecommitdiffstats
path: root/releasetools
Commit message (Collapse)AuthorAgeFilesLines
* releasetools: also rebuild the boot imagereplicant-6.0-0001Wolfgang Wiedmeyer2017-02-151-18/+19
| | | | | | | This ensures that the right release key is also embedded in the recovery that is part of the boot image. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* releasetools: remove unused img and ota scriptsWolfgang Wiedmeyer2017-02-152-102/+0
| | | | | | | | | Boot and recovery are already regenerated when running the sign_target_files_apks script, so GetBootableImage is never called in the img and ota scripts. It wouldn't work anyway as the function parameters have changed. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* releasetools: fix standalone recoveryWolfgang Wiedmeyer2017-01-291-0/+96
| | | | | | | | | | | Boot and recovery are already regenerated in sign_target_files_apks, so the scripts galaxys2_img_from_target_files and galaxys2_ota_from_target_files have no effect. This fork of sign_target_files_apks makes sure that the standalone recovery is rebuilt with the new ramdisk and that boot image from $OUT is used untouched. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* releasetools: resize system partition after flashingCaio Schnepper2015-07-051-0/+10
| | | | | | | | resize2fs.static is placed in install/bin, possible to run without /system mounted. running it will resize /system to the actual system partition size, supporting custom pits with block-based OTAs Change-Id: Id2c82add1f697ae3d7e5a1031f6a6d51a4ee53e0
* Update releasetoolsCaio Schnepper2015-07-014-327/+43
| | | | | | | We were using a deprecated version and with a faulty backuptool. Use CM releasetools as much as possible Change-Id: I19fbbcb21b20030f10161fbc798feb02b90a7c7c
* galaxys2: initial L bringupCaio Schnepper2015-05-281-11/+11
| | | | Change-Id: Ia356da8437917be3355eba59c1df3943bb33f905
* galaxys2: Handle boot.img properly in ota scriptBrint E. Kriebel2014-08-131-3/+4
| | | | | | | | The OTA script may be run during a signing process and will not have OUT variables defined. Use the common methods for getting the boot.img to match standards. Change-Id: I4eebf58ec828f18f62176a2862e5fdbb839cb658
* ota: Fix invocation of AppendAssertionsRicardo Cerqueira2013-10-181-1/+1
| | | | | | it now takes a dict, not the zip object Change-Id: I14f6eb695960f05e85fe4821e6408eec0ba7a59e
* common: update releasetools for mr1codeworkx2012-11-241-3/+6
| | | | Change-Id: I448b1b9c4a1333d7d8b38ab688259e1cdd2840e7
* releasetools: Fix for new backup scriptAndrew Dodd2012-07-251-0/+2
| | | | | | | | Backup script no longer mounts/unmounts /system This now needs to be done by the update-script Forward-port this change from ICS
* initial commitDaniel Hillenbrand2012-07-254-0/+380