Home
last modified time | relevance | path

Searched refs:TMP_DIR (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/
Dcheck-release.sh84 TMP_DIR=/tmp/ndk-$USER/tests/release
85 mkdir -p $TMP_DIR && rm -rf $TMP_DIR/*
87 echo "Unpacking '$(basename $NDK_PACKAGE)' into: $TMP_DIR"
88 unpack_archive "$NDK_PACKAGE" "$TMP_DIR"
92 NDK_DIR=$(ls -d $TMP_DIR/android-ndk-* | head -1)
94 panic "Could not find uncompressed NDK directory. Please check your package file: $TMP_DIR"