Move config.buildserver.py into buildserver subdir

This commit is contained in:
Daniel Martí 2014-02-17 19:16:14 +01:00
parent 8e40b59c00
commit f6f23030e2
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,6 @@
sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk"
build_tools = "19.0.1"
ant = "ant"
mvn3 = "mvn"
gradle = "gradle"