makebuildserver: upgrade NDK r15b to r15c

This commit is contained in:
relan 2017-08-11 10:19:40 +03:00
parent c67f8e349c
commit 6f05cf85f9
4 changed files with 5 additions and 5 deletions

View file

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