summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2021-08-03 07:09:29 +0200
committercyberta <cyberta@riseup.net>2021-08-03 08:00:47 +0200
commit4d4d14e45bbba8342d7c98a874e34069bf1350d8 (patch)
tree884f3fe29001ce057c5a175f758504070fe0a82e /scripts
parentc3fd98026f52bcc801a5ed1212c61897a48e3b44 (diff)
add some more debug output
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_deps.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/build_deps.sh b/scripts/build_deps.sh
index eb731fcd..5349cd63 100755
--- a/scripts/build_deps.sh
+++ b/scripts/build_deps.sh
@@ -29,8 +29,11 @@ else
# ndk was manually downloaded from http://dl.google.com/android/repository
ANDROID_NDK_HOME=${ANDROID_HOME}/android-ndk-${EXPECTED_ANDROID_NDK_RELEASE_VERSION}
fi
-NDK_VERSION=`cat $ANDROID_NDK_HOME/source.properties | grep Pkg.Revision | cut -d "=" -f2 | sed 's/ //g'`
+NDK_VERSION=`cat ${ANDROID_NDK_HOME}/source.properties | grep Pkg.Revision | cut -d "=" -f2 | sed 's/ //g'`
+ls -la ${ANDROID_HOME}/*/*ndk*
+echo "ndk version: $NDK_VERSION"
+echo "ANDROID_NDK_HOME: $ANDROID_NDK_HOME"
# build tor libs
if [[ $(ls -A ${DIR_TORLIBS}) ]]