android: remove ABI from core name in message handler

This commit is contained in:
Brad Parker 2017-10-31 23:50:26 -04:00
parent cd45d6c54e
commit 8208261c70

View File

@ -557,7 +557,7 @@ build_libretro_generic_jni() {
RET=$?
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PLATFORM}_${a}.log
buildbot_handle_message $RET $ENTRY_ID ${NAME}-${a} $jobid $ERROR
buildbot_handle_message $RET $ENTRY_ID $NAME $jobid $ERROR
ENTRY_ID=""
@ -616,7 +616,7 @@ build_libretro_bsnes_jni() {
RET=$?
ERROR=$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PROFILE}_${PLATFORM}_${a}.log
buildbot_handle_message $RET $ENTRY_ID ${NAME}-${a} $jobid $ERROR
buildbot_handle_message $RET $ENTRY_ID $NAME $jobid $ERROR
ENTRY_ID=""
done