Skip to content

Commit

Permalink
[jenkins/android] - enable usage of release sign key
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Oct 26, 2014
1 parent 428a0dc commit e766a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tools/buildsteps/android/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=android
. $WORKSPACE/tools/buildsteps/defaultenv

cd $WORKSPACE;make apk
cd $WORKSPACE;make apk-unsigned
$RUN_SIGNSTEP

#rename for upload
#e.x. xbmc-20130314-8c2fb31-Frodo-armeabi-v7a.apk
Expand Down
3 changes: 2 additions & 1 deletion tools/buildsteps/androidx86/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=android
. $WORKSPACE/tools/buildsteps/defaultenv

cd $WORKSPACE;make apk
cd $WORKSPACE;make apk-unsigned
$RUN_SIGNSTEP

#rename for upload
#e.x. xbmc-20130314-8c2fb31-Frodo-x86.apk
Expand Down

0 comments on commit e766a09

Please sign in to comment.