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:
parent
43c61e75d6
commit
c54b40d0ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue