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

@ -16,7 +16,7 @@
# 'r11c': None,
# 'r12b': "$ANDROID_NDK",
# 'r13b': None,
# 'r14': None,
# 'r14b': None,
# }
# Path to the Qt SDK. It is of the form "/path/to/Qt5.7.0/5.7"