mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
9 lines
210 B
Python
9 lines
210 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"
|