chiark / gitweb /
all: add NDK r12b and set it as default
[fdroidserver.git] / fdroidserver / build.py
index eea35f0a8aa07a580ca19648635cf512508ddba2..fbdfbf8db44a6a53ea5e252bce6601d2eff7d983 100644 (file)
@@ -460,7 +460,7 @@ def build_local(app, build, vcs, build_dir, output_dir, srclib_dir, extlib_dir,
     ndk_path = build.ndk_path()
     if build.buildjni and build.buildjni != ['no']:
         if not ndk_path:
-            logging.critical("Android NDK version '%s' could not be found!" % build.ndk or 'r10e')
+            logging.critical("Android NDK version '%s' could not be found!" % build.ndk or 'r12b')
             logging.critical("Configured versions:")
             for k, v in config['ndk_paths'].items():
                 if k.endswith("_orig"):