mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
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:
parent
400acdefab
commit
c352605768
4 changed files with 17 additions and 13 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue