chiark / gitweb /
do not set sdk_path in config.py if using system-provided aapt
[fdroidserver.git] / examples / config.py
index 44d73e01ee95724e6364a634a296aafcd8bb642c..f1c6f7b94dc0b672041a83c890d8c98005b45259 100644 (file)
@@ -9,7 +9,7 @@
 # Override the path to the Android NDK, $ANDROID_NDK by default
 # ndk_path = "/path/to/android-ndk"
 # Build tools version to be used
-build_tools = "21.1.2"
+build_tools = "21.1.2"
 
 # Command for running Ant
 # ant = "/path/to/ant"