Upgrade NDK r21b to r21c

This commit is contained in:
TacoTheDank 2020-05-29 16:23:20 -04:00
parent 67332d83a5
commit edd41b3c58
4 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ ndk_paths = {
'r18b': "/home/vagrant/android-ndk/r18b",
'r19c': "/home/vagrant/android-ndk/r19c",
'r20b': "/home/vagrant/android-ndk/r20b",
'r21b': "/home/vagrant/android-ndk/r21b",
'r21c': "/home/vagrant/android-ndk/r21c",
}
java_paths = {
'8': "/usr/lib/jvm/java-8-openjdk-amd64",