Update XCSoar to 6.7.8 (97)
This commit is contained in:
parent
76846725c0
commit
e8901ec60c
|
@ -60,6 +60,16 @@ Build:6.7.7,96
|
|||
for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \
|
||||
break; done
|
||||
|
||||
Build:6.7.8,97
|
||||
commit=v6.7.8
|
||||
subdir=android
|
||||
ndk=r10d
|
||||
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:
|
||||
The makefile setup is not perfect, so we need to run it a few times to get it to succeed.
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue