mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
config.buildserver.py: use new java_paths keys
This commit is contained in:
parent
3e124c8105
commit
3fbe4cc8f2
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ ndk_paths = {
|
||||||
'r10e': "/home/vagrant/android-ndk/r10e",
|
'r10e': "/home/vagrant/android-ndk/r10e",
|
||||||
}
|
}
|
||||||
java_paths = {
|
java_paths = {
|
||||||
'1.7': "/usr/lib/jvm/java-7-openjdk-i386",
|
'7': "/usr/lib/jvm/java-7-openjdk-i386",
|
||||||
'1.8': "/usr/lib/jvm/java-8-openjdk-i386",
|
'8': "/usr/lib/jvm/java-8-openjdk-i386",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue