From 3cbe666404da95c0498f89d615b5d476ff5dd855 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sun, 24 Jul 2016 23:36:26 +0200 Subject: [PATCH] XCSoar: Requires ndk=r10e --- metadata/org.xcsoar.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index a53fec39a4..f8090fe4f9 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -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