From fb1fbc790ba5f4e5cead6d3033d27db12af1b09e Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Mon, 21 Mar 2016 14:55:45 -0500 Subject: [PATCH] updated version of the NDK --- bash/dot.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/dot.bash_profile b/bash/dot.bash_profile index 3babb243..d763edf6 100644 --- a/bash/dot.bash_profile +++ b/bash/dot.bash_profile @@ -1,4 +1,4 @@ export ANDROID_SDK=$HOME/android-sdk-linux/ -export ANDROID_NDK=$HOME/android-ndk-r10c/ +export ANDROID_NDK=$HOME/android-ndk-r10e/ export ANDROID_TOOLCHAIN=$HOME/ndk-toolchain/ PATH="$PATH:$HOME/android-sdk-linux/platform-tools:$HOME/ndk-toolchain/bin"