From c54b40d0ef051847d59c6b855231a3b7f3257a66 Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Fri, 9 Dec 2016 10:38:44 -0700 Subject: [PATCH] These lines are redundant ant clean performs "ndk-build clean" and ant release peforms "ndk-build. See these lines: https://github.com/libretro/RetroArch/blob/master/pkg/android/phoenix/build.xml#L102-L109 Therefore these lines are redundant. --- libretro-buildbot-recipe.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 860b8a91..a9e8e9d6 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1316,8 +1316,6 @@ key.alias.password=buildbot EOF - $NDK clean | tee $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log - $NDK -j${JOBS} | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log if [ "${RELEASE}" == "NO" ]; then python ./version_increment.py else