mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
makebuildserver: add ndk r20
This commit is contained in:
parent
39c589fb85
commit
bdf67784f5
4 changed files with 5 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ ndk_paths = {
|
|||
'r17c': "/home/vagrant/android-ndk/r17c",
|
||||
'r18b': "/home/vagrant/android-ndk/r18b",
|
||||
'r19c': "/home/vagrant/android-ndk/r19c",
|
||||
'r20': "/home/vagrant/android-ndk/r20",
|
||||
}
|
||||
java_paths = {
|
||||
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue