Update XCSoar to 6.8.6 (106)

This commit is contained in:
F-Droid Builder 2016-07-26 02:09:35 +01:00 committed by Ciaran Gultnieks
parent 69d339bb75
commit 3bc13ef668

View file

@ -125,6 +125,16 @@ Build:6.8.5,105
break; done
ndk=r10e
Build:6.8.6,106
commit=v6.8.6
subdir=android
submodules=yes
output=../output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk
build=cd .. && \
for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \
break; done
ndk=r10e
Maintainer Notes:
The makefile setup is not perfect, so we need to run it a few times to get it to succeed.