mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Add NDK21
This commit is contained in:
parent
3bdbbfd45b
commit
3c3b3dbcf2
4 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,7 @@ ndk_paths = {
|
|||
'r18b': "/home/vagrant/android-ndk/r18b",
|
||||
'r19c': "/home/vagrant/android-ndk/r19c",
|
||||
'r20b': "/home/vagrant/android-ndk/r20b",
|
||||
'r21': "/home/vagrant/android-ndk/r21",
|
||||
}
|
||||
java_paths = {
|
||||
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue