mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
10 lines
211 B
Python
10 lines
211 B
Python
sdk_path = "/home/vagrant/android-sdk"
|
|
ndk_paths = {
|
|
'r9b': "/home/vagrant/android-ndk/r9b",
|
|
'r10e': "/home/vagrant/android-ndk/r10e",
|
|
}
|
|
build_tools = "22.0.1"
|
|
ant = "ant"
|
|
mvn3 = "mvn"
|
|
gradle = "gradle"
|