From 36c90a4f65c81dcb431662302ec175b2fb0840bd Mon Sep 17 00:00:00 2001 From: cyberta Date: Wed, 4 Aug 2021 10:34:41 +0200 Subject: adapt debug output --- scripts/build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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" -- cgit v1.2.3