summaryrefslogtreecommitdiffstats
path: root/sign-build
Commit message (Collapse)AuthorAgeFilesLines
* sign-build: detect n7000Wolfgang Wiedmeyer2017-06-121-1/+1
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* sign-build: save images in subdirectory with the name of the deviceWolfgang Wiedmeyer2017-04-301-1/+1
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Work around that 'make-key' has rc 1 on success.Simon Josefsson2017-03-041-1/+1
| | | | | The 'make_key' script returns rc 1 on both failure and success, so work around by ignoring exit code from that script.
* sign-build: consider device-specific releasetools code for Galaxy S2Wolfgang Wiedmeyer2017-02-151-6/+16
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* sign-build: Galaxy S2 needs special treatmentWolfgang Wiedmeyer2017-01-291-5/+14
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* sign-build: support signing multiple devicesWolfgang Wiedmeyer2017-01-261-10/+32
| | | | | | Also make sure that the scripts find the signapk.jar. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* sign-build: Support $OUT_DIR_COMMON_BASEWolfgang Wiedmeyer2017-01-021-9/+17
| | | | | | | $OUT_DIR_COMMON_BASE allows to set a different output directory in the Android build environment. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Properly integrate F-Droid as prebuilt and presigned appWolfgang Wiedmeyer2016-12-151-1/+0
| | | | | | also enable the Privileged Extension Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* sign-build: remove hack to force rebuild of recoveryWolfgang Wiedmeyer2016-02-161-5/+1
| | | | | | sign_target_files_apks is now fixed and properly recreates boot and recovery images Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* sign-build: enforce abort on errorWolfgang Wiedmeyer2016-02-061-0/+2
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* add script to properly sign buildsWolfgang Wiedmeyer2016-02-061-0/+101
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>