mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
f60f1bc59e
Specified per-build with ndk=<version> defaulting to the oldest, r9b.
10 lines
210 B
Python
10 lines
210 B
Python
sdk_path = "/home/vagrant/android-sdk"
|
|
ndk_paths = {
|
|
'r9b': "/home/vagrant/android-ndk/r9b",
|
|
'r10d': "/home/vagrant/android-ndk/r10d"
|
|
}
|
|
build_tools = "21.1.2"
|
|
ant = "ant"
|
|
mvn3 = "mvn"
|
|
gradle = "gradle"
|