Skip to content

Instantly share code, notes, and snippets.

@luhenry
Created April 5, 2014 00:47
Show Gist options
  • Save luhenry/9985919 to your computer and use it in GitHub Desktop.
Save luhenry/9985919 to your computer and use it in GitHub Desktop.
diff --git a/sample.env b/sample.env
index b304da1..125eb67 100644
--- a/sample.env
+++ b/sample.env
@@ -10,7 +10,7 @@ ANDROID_SDK_TOOL_SETUP=`pwd`/external/android-sdk-tool
export ANDROID_SDK_PATH=$ANDROID_SDK_TOOL_SETUP/android-sdk
# path to android ndk installation
-export ANDROID_NDK_PATH=$ANDROID_SDK_TOOL_SETUP/android-ndk-r9c
+export ANDROID_NDK_PATH=$ANDROID_SDK_TOOL_SETUP/android-ndk
# cross-compiling host eg linux-x86_64, darwin-x86_64
if [ "`uname`" == 'Linux' ]; then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment