Update XCSoar to 6.8.10 (111)
This commit is contained in:
parent
d268f77614
commit
2064015353
|
@ -165,6 +165,16 @@ Build:6.8.9b,110
|
||||||
break; done
|
break; done
|
||||||
ndk=r10e
|
ndk=r10e
|
||||||
|
|
||||||
|
Build:6.8.10,111
|
||||||
|
commit=v6.8.10
|
||||||
|
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:
|
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.
|
||||||
|
|
||||||
|
@ -173,5 +183,5 @@ Requires r10e (build breaks with 12b).
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:6.8.9b
|
Current Version:6.8.10
|
||||||
Current Version Code:110
|
Current Version Code:111
|
||||||
|
|
Loading…
Reference in a new issue