chiark / gitweb /
add force_build_tools config option
[fdroidserver.git] / fdroidserver / common.py
index 17df02aec47117e0b360763f6f349d90a3406595..f27177fe1f4ad44d28a3add0f8d750c3c36398f6 100644 (file)
@@ -59,6 +59,7 @@ default_config = {
         'r10e': "$ANDROID_NDK",
     },
     'build_tools': "23.0.3",
+    'force_build_tools': False,
     'java_paths': None,
     'ant': "ant",
     'mvn3': "mvn",