DroidFish: fix 1.74 (83)
This commit is contained in:
parent
430578891f
commit
7d327bce90
|
@ -213,22 +213,13 @@ Build:1.73,82
|
|||
|
||||
Build:1.74,83
|
||||
commit=1.74
|
||||
subdir=DroidFish
|
||||
sudo=apt update || apt update && \
|
||||
apt install -y proguard-cli
|
||||
prebuild=echo 'source.dir=src;../CuckooChessEngine/src' > ant.properties && \
|
||||
echo 'proguard.jar=/usr/share/java/proguard.jar' >> local.properties
|
||||
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||
ant -f build_copy_exe.xml && \
|
||||
ant release && \
|
||||
ant -f ../CuckooChessEngine/build_binbook.xml && \
|
||||
ant -f build_eco.xml && \
|
||||
ant release
|
||||
ndk=r15c
|
||||
gradle=yes
|
||||
output=DroidFishApp/build/outputs/apk/release/DroidFishApp-release-unsigned.apk
|
||||
scandelete=buildSrc,CuckooChessEngine/src/main/resources/book.bin
|
||||
ndk=r19c
|
||||
|
||||
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.
|
||||
scandelete cleans up binary files created by `gradle clean`.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
|
|
Loading…
Reference in a new issue