diff --git a/metadata/org.petero.droidfish.txt b/metadata/org.petero.droidfish.txt index 23d09481a3..2102d5c60f 100644 --- a/metadata/org.petero.droidfish.txt +++ b/metadata/org.petero.droidfish.txt @@ -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.