Revert "all: add NDK r12b and set it as default"

This reverts commit 82d09560c6.

It doesn't work - the setup scripts are expecting a ".bin" file (which
is apparently a 7z archive), but what's actually got is a ".zip".

Conflicts:
	buildserver/provision-android-ndk
This commit is contained in:
Ciaran Gultnieks 2016-08-01 12:38:52 +01:00
parent e99454868a
commit bf153ec247
9 changed files with 8 additions and 18 deletions

View file

@ -348,7 +348,7 @@ class Build():
def ndk_path(self):
version = self.ndk
if not version:
version = 'r12b' # falls back to latest
version = 'r10e' # falls back to latest
paths = fdroidserver.common.config['ndk_paths']
if version not in paths:
return ''