mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
ndk r19b: missed a few places
This commit is contained in:
parent
8d9f885b1c
commit
daff6658c0
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ ndk_paths = {
|
|||
'r16b': "/home/vagrant/android-ndk/r16b",
|
||||
'r17b': "/home/vagrant/android-ndk/r17b",
|
||||
'r18b': "/home/vagrant/android-ndk/r18b",
|
||||
'r19': "/home/vagrant/android-ndk/r19",
|
||||
'r19b': "/home/vagrant/android-ndk/r19b",
|
||||
}
|
||||
java_paths = {
|
||||
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# 'r16b': None,
|
||||
# 'r17b': None,
|
||||
# 'r18b': None,
|
||||
# 'r19': None,
|
||||
# 'r19b': None,
|
||||
# }
|
||||
|
||||
# Directory to store downloaded tools in (i.e. gradle versions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue