From 8208261c70a3a19757b178b7595820aea5bcada4 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Tue, 31 Oct 2017 23:50:26 -0400 Subject: [PATCH] android: remove ABI from core name in message handler --- libretro-buildbot-recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 9fc1384a..0f74bd07 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -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