add force_build_tools config option

This replaces the current default behavior of always forcing the
build_tools version and allows the user to set build-tools forcing in
config.py.

closes #147
This commit is contained in:
Hans-Christoph Steiner 2016-06-20 20:00:59 +02:00
parent 400acdefab
commit c352605768
4 changed files with 17 additions and 13 deletions

View 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",