summaryrefslogtreecommitdiffstats
path: root/releasetools/galaxys2_sign_target_files_apks
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: 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>