makebuildserver: fix NDK r14b provisioning

Replace r14 with r14b after a57bff7.
This commit is contained in:
relan 2017-07-04 10:46:52 +03:00
parent 0be224b3e0
commit ecdb2c685a
4 changed files with 6 additions and 6 deletions

View file

@ -74,7 +74,7 @@ default_config = {
'r11c': None,
'r12b': "$ANDROID_NDK",
'r13b': None,
'r14': None,
'r14b': None,
},
'qt_sdk_path': None,
'build_tools': "25.0.2",