ndk r19b: missed a few places

This commit is contained in:
Marcus Hoffmann 2019-02-20 13:18:24 +01:00
parent 8d9f885b1c
commit daff6658c0
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ ndk_paths = {
'r16b': "/home/vagrant/android-ndk/r16b", 'r16b': "/home/vagrant/android-ndk/r16b",
'r17b': "/home/vagrant/android-ndk/r17b", 'r17b': "/home/vagrant/android-ndk/r17b",
'r18b': "/home/vagrant/android-ndk/r18b", 'r18b': "/home/vagrant/android-ndk/r18b",
'r19': "/home/vagrant/android-ndk/r19", 'r19b': "/home/vagrant/android-ndk/r19b",
} }
java_paths = { java_paths = {
'8': "/usr/lib/jvm/java-8-openjdk-amd64", '8': "/usr/lib/jvm/java-8-openjdk-amd64",

View file

@ -20,7 +20,7 @@
# 'r16b': None, # 'r16b': None,
# 'r17b': None, # 'r17b': None,
# 'r18b': None, # 'r18b': None,
# 'r19': None, # 'r19b': None,
# } # }
# Directory to store downloaded tools in (i.e. gradle versions) # Directory to store downloaded tools in (i.e. gradle versions)