fix android logging per ABI

This commit is contained in:
radius 2015-02-01 15:31:00 -05:00
parent d34eac08e9
commit a3bf2a5864
1 changed files with 3 additions and 1 deletions

View File

@ -336,12 +336,14 @@ build_libretro_generic_jni() {
if [ $? -eq 0 ];
then
MESSAGE="$1-$a build successful ($jobid)"
echo BUILDBOT JOB: $MESSAGE
cp -v ../libs/${a}/libretro.${FORMAT_EXT} $RARCH_DIST_DIR/${a}/${1}_libretro${FORMAT}.${FORMAT_EXT}
else
MESSAGE="$1-$a build failure ($jobid)"
echo BUILDBOT JOB: $MESSAGE
fi
done
echo BUILDBOT JOB: $MESSAGE
buildbot_log "$MESSAGE"
}