Update DroidFish to 1.67 (75)

This commit is contained in:
Boris Kraut 2017-02-02 17:59:56 +01:00
parent 3dcf3e4f51
commit 7ded569b43

View file

@ -138,6 +138,17 @@ Build:1.66,74
ant -f build_eco.xml && \
ant release
Build:1.67,75
commit=1a4b857fe9a7640f005629743d9ed57bd4abf1e5
subdir=DroidFish
prebuild=printf 'source.dir=src;../CuckooChessEngine/src' > ant.properties
build=$$NDK$$/ndk-build && \
ant -f build_copy_exe.xml && \
ant release && \
ant -f ../CuckooChessEngine/build_binbook.xml && \
ant -f build_eco.xml && \
ant release
Maintainer Notes:
Running `ant release` twice seems fishy, but we can only run build_eco after that
and need to package the resulting eco.dat as well. Build still crashes.