diff options
-rwxr-xr-x | scripts/build_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_deps.sh b/scripts/build_deps.sh index 5349cd63..470b39b6 100755 --- a/scripts/build_deps.sh +++ b/scripts/build_deps.sh @@ -31,7 +31,7 @@ else fi NDK_VERSION=`cat ${ANDROID_NDK_HOME}/source.properties | grep Pkg.Revision | cut -d "=" -f2 | sed 's/ //g'` -ls -la ${ANDROID_HOME}/*/*ndk* +ls -la ${ANDROID_HOME}/*/*ndk echo "ndk version: $NDK_VERSION" echo "ANDROID_NDK_HOME: $ANDROID_NDK_HOME" |