makebuildserver: add ndk r16

This commit is contained in:
Marcus Hoffmann 2017-11-26 17:08:26 +01:00
parent 9aacdf3fe3
commit f9b853ab91
4 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@ ndk_paths = {
'r13b': "/home/vagrant/android-ndk/r13b",
'r14b': "/home/vagrant/android-ndk/r14b",
'r15c': "/home/vagrant/android-ndk/r15c",
'r16': "/home/vagrant/android-ndk/r16",
}
qt_sdk_path = "/home/vagrant/qt-sdk/5.7.0/5.7"
java_paths = {