mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver config: add ndk r17b entry
This commit is contained in:
parent
2f4e5dd868
commit
2757bd2093
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ ndk_paths = {
|
|||
'r14b': "/home/vagrant/android-ndk/r14b",
|
||||
'r15c': "/home/vagrant/android-ndk/r15c",
|
||||
'r16b': "/home/vagrant/android-ndk/r16b",
|
||||
'r17b': "/home/vagrant/android-ndk/r17b",
|
||||
}
|
||||
java_paths = {
|
||||
'8': "/usr/lib/jvm/java-8-openjdk-amd64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue