chiark / gitweb /
Fix example config default
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 3 Nov 2015 09:53:03 +0000 (10:53 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 3 Nov 2015 09:53:03 +0000 (10:53 +0100)
examples/config.py

index 147b73862fe2af468599ebcbf0c2bf041a7747e0..536bcc19b66f92856a7239491649c709124ebabf 100644 (file)
@@ -4,7 +4,7 @@
 # your system configuration.
 
 # Custom path to the Android SDK, defaults to $ANDROID_HOME
-# sdk_path = "/opt/android-sdk"
+# sdk_path = "$ANDROID_HOME"
 
 # Custom paths to various versions of the Android NDK, defaults to 'r10e' set
 # to $ANDROID_NDK. Most users will have the latest at $ANDROID_NDK, which is