mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
parent
6812390e39
commit
a4d1fa22f7
4 changed files with 26 additions and 2 deletions
|
|
@ -3,3 +3,7 @@ ndk_paths = {
|
|||
'r9b': "/home/vagrant/android-ndk/r9b",
|
||||
'r10e': "/home/vagrant/android-ndk/r10e",
|
||||
}
|
||||
java_paths = {
|
||||
'1.7': "/usr/lib/jvm/java-7-openjdk",
|
||||
'1.8': "/usr/lib/jvm/java-8-openjdk",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue