From 6812390e394b447ec4883274291abd55890336c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 3 Nov 2015 10:53:03 +0100 Subject: [PATCH] Fix example config default --- examples/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config.py b/examples/config.py index 147b7386..536bcc19 100644 --- a/examples/config.py +++ b/examples/config.py @@ -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