mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Fix buildserver debian stable java paths
This commit is contained in:
parent
f3497553e7
commit
87c7da03ee
@ -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",
|
'1.7': "/usr/lib/jvm/java-7-openjdk-i386",
|
||||||
'1.8': "/usr/lib/jvm/java-8-openjdk",
|
'1.8': "/usr/lib/jvm/java-8-openjdk-i386",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user