Update XCSoar to 6.8.5 (105)

This commit is contained in:
Boris Kraut 2016-06-13 20:22:11 +02:00
parent aee20d9643
commit 7a30df7c0c

View file

@ -115,6 +115,15 @@ Build:6.8.3,102
for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \ for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \
break; done break; done
Build:6.8.5,105
commit=v6.8.5
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
Maintainer Notes: Maintainer Notes:
The makefile setup is not perfect, so we need to run it a few times to get it to succeed. The makefile setup is not perfect, so we need to run it a few times to get it to succeed.
. .