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.
This commit is contained in:
Logan McNaughton 2016-12-09 10:38:44 -07:00 committed by GitHub
parent 43c61e75d6
commit c54b40d0ef
1 changed files with 0 additions and 2 deletions

View File

@ -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