Update XCSoar to 6.7.9 (98)

This commit is contained in:
Boris Kraut 2015-07-03 09:49:34 +02:00
parent 82e0f90492
commit d01f0893bb

View file

@ -70,6 +70,16 @@ Build:6.7.8,97
break; done
ndk=r10d
Build:6.7.9,98
commit=v6.7.9
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.
.