mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-18 20:50:10 +01:00
makebuildserver: upgrade NDK r16 to r16b
This commit is contained in:
parent
bc5bf7e0ec
commit
6f295cb3d3
@ -7,7 +7,7 @@ ndk_paths = {
|
|||||||
'r13b': "/home/vagrant/android-ndk/r13b",
|
'r13b': "/home/vagrant/android-ndk/r13b",
|
||||||
'r14b': "/home/vagrant/android-ndk/r14b",
|
'r14b': "/home/vagrant/android-ndk/r14b",
|
||||||
'r15c': "/home/vagrant/android-ndk/r15c",
|
'r15c': "/home/vagrant/android-ndk/r15c",
|
||||||
'r16': "/home/vagrant/android-ndk/r16",
|
'r16b': "/home/vagrant/android-ndk/r16b",
|
||||||
}
|
}
|
||||||
java_paths = {
|
java_paths = {
|
||||||
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
|
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# 'r13b': None,
|
# 'r13b': None,
|
||||||
# 'r14b': None,
|
# 'r14b': None,
|
||||||
# 'r15c': None,
|
# 'r15c': None,
|
||||||
# 'r16': None,
|
# 'r16b': None,
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# java_paths = {
|
# java_paths = {
|
||||||
|
@ -84,7 +84,7 @@ default_config = {
|
|||||||
'r13b': None,
|
'r13b': None,
|
||||||
'r14b': None,
|
'r14b': None,
|
||||||
'r15c': None,
|
'r15c': None,
|
||||||
'r16': None,
|
'r16b': None,
|
||||||
},
|
},
|
||||||
'build_tools': MINIMUM_AAPT_VERSION,
|
'build_tools': MINIMUM_AAPT_VERSION,
|
||||||
'force_build_tools': False,
|
'force_build_tools': False,
|
||||||
|
@ -365,8 +365,8 @@ cachefiles = [
|
|||||||
'0ecc2017802924cf81fffc0f51d342e3e69de6343da892ac9fa1cd79bc106024'),
|
'0ecc2017802924cf81fffc0f51d342e3e69de6343da892ac9fa1cd79bc106024'),
|
||||||
('https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip',
|
('https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip',
|
||||||
'f01788946733bf6294a36727b99366a18369904eb068a599dde8cca2c1d2ba3c'),
|
'f01788946733bf6294a36727b99366a18369904eb068a599dde8cca2c1d2ba3c'),
|
||||||
('https://dl.google.com/android/repository/android-ndk-r16-linux-x86_64.zip',
|
('https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip',
|
||||||
'a8550b81771c67cc6ab7b479a6918d29aa78de3482901762b4f9e0132cd9672e'),
|
'bcdea4f5353773b2ffa85b5a9a2ae35544ce88ec5b507301d8cf6a76b765d901'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user