1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00
fdroidserver/config.buildserver.py
Daniel Martí fc2c1bb1a8 More config changes
* Add the remaining defaults
* Don't always check that dirs exist
* Better sample config
2014-01-26 21:40:31 +01:00

7 lines
144 B
Python

sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk"
build_tools = "19.0.1"
ant = "ant"
mvn3 = "mvn"
gradle = "gradle"