provision-ndk: set -x to see what it currently does

This commit is contained in:
Marcus Hoffmann 2018-11-28 20:46:44 +01:00
parent d94e0c968b
commit 19076d1596

View file

@ -3,6 +3,7 @@
echo $0 echo $0
set -e set -e
set -x
NDK_BASE=$1 NDK_BASE=$1