1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

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 = {

View File

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

View File

@ -75,7 +75,7 @@ default_config = {
'r12b': "$ANDROID_NDK",
'r13b': None,
'r14b': None,
'r15b': None,
'r15c': None,
},
'qt_sdk_path': None,
'build_tools': "25.0.2",

View File

@ -320,8 +320,8 @@ cachefiles = [
'3524d7f8fca6dc0d8e7073a7ab7f76888780a22841a6641927123146c3ffd29c'),
('https://dl.google.com/android/repository/android-ndk-r14b-linux-x86_64.zip',
'0ecc2017802924cf81fffc0f51d342e3e69de6343da892ac9fa1cd79bc106024'),
('https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip',
'd1ce63f68cd806b5a992d4e5aa60defde131c243bf523cdfc5b67990ef0ee0d3'),
('https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip',
'f01788946733bf6294a36727b99366a18369904eb068a599dde8cca2c1d2ba3c'),
('https://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-android-5.7.0.run',
'f7e55b7970e59bdaabb88cb7afc12e9061e933992bda2f076f52600358644586'),
]