PPSSPP: Enable 0.9.7.1 builds

This commit is contained in:
Daniel Martí 2014-02-17 16:01:24 +01:00
parent dfa8a0bae7
commit 248007f771

View file

@ -120,7 +120,7 @@ Build:0.9.5-x86,951
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
NDK=$$NDK$$ ./ab.sh
./ab.sh
buildjni=no
Build:0.9.5-armv7,953
@ -140,7 +140,7 @@ Build:0.9.5-armv7,953
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
NDK=$$NDK$$ ./ab.sh
./ab.sh
buildjni=no
Build:0.9.6-x86,961
@ -160,7 +160,7 @@ Build:0.9.6-x86,961
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
NDK=$$NDK$$ ./ab.sh
./ab.sh
buildjni=no
Build:0.9.6-armv7,963
@ -180,11 +180,10 @@ Build:0.9.6-armv7,963
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
NDK=$$NDK$$ ./ab.sh
./ab.sh
buildjni=no
Build:0.9.7.1,9713
disable=wip
Build:0.9.7.1,9711
commit=v0.9.7.1
subdir=android
submodules=yes
@ -200,7 +199,26 @@ Build:0.9.7.1,9713
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
NDK=$$NDK$$ ./ab.sh
./ab.sh
buildjni=no
Build:0.9.7.1,9713
commit=v0.9.7.1
subdir=android
submodules=yes
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
srclibs=2:NoAnalytics@d38ae535b5
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
build=declare -rx NDK=$$NDK$$ && \
cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
./ab.sh
buildjni=no
# +0: - (upstream)