-
-
Save luhenry/9985919 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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