diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index b6e81281f1..d50c2c0cce 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -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. .