1
0
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:
Daniel Martí 2015-11-07 18:23:30 +01:00
parent f3497553e7
commit 87c7da03ee

View File

@ -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",
} }