diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index 8d88cc8f27..b1b1ff7c32 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -16,12 +16,11 @@ Repo Type:git Repo:git://git.xcsoar.org/xcsoar/master/xcsoar.git Build:6.7.3,92 - disable=finishing touches commit=v6.7.3 subdir=android submodules=yes build=cd .. && \ - make TARGET=ANDROIDFAT DEBUG=n TESTING=n ANDROID_SDK=$ANDROID_HOME -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk + for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n ANDROID_SDK=$ANDROID_HOME -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && break; done output=../output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk