Skip to content

Commit

Permalink
Merge pull request xbmc#8153 from kib/android-symbols-isengard
Browse files Browse the repository at this point in the history
[Mirrors][Jenkins] Upload android debug symbols (backport)
  • Loading branch information
kib committed Sep 28, 2015
2 parents b9dd683 + 9d00aaa commit 71a43ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildsteps/android/package
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if [ -f *.obb ]
then
mv *.obb $UPLOAD_FILENAME.obb
fi
mv tools/android/packaging/Kodi.symbols*.tar.bz2 $ANDROID_DEV_ROOT/debug-symbols/
mv tools/android/packaging/Kodi.symbols*.tar.bz2 $WORKSPACE/
1 change: 1 addition & 0 deletions tools/buildsteps/androidx86/package
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ if [ -f *.obb ]
then
mv *.obb $UPLOAD_FILENAME.obb
fi
mv tools/android/packaging/Kodi.symbols*.tar.bz2 $WORKSPACE/

0 comments on commit 71a43ed

Please sign in to comment.