XCSoar: Requires ndk=r10e

This commit is contained in:
Boris Kraut 2016-07-24 23:36:26 +02:00
parent 77d9cf6468
commit 3cbe666404

View file

@ -123,9 +123,12 @@ Build:6.8.5,105
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.
Requires r10e (build breaks with 12b).
.
Auto Update Mode:None