Update DroidFish to 1.68 (76)

This commit is contained in:
Boris Kraut 2017-06-03 18:09:43 +02:00
parent 0cd2bf8c5e
commit cc9c5b590c

View file

@ -149,6 +149,17 @@ Build:1.67,75
ant -f build_eco.xml && \
ant release
Build:1.68,76
commit=2f15e7a7752dfe9ba84ee4a58c80c92a05ff70f7
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.