Lines Matching refs:NDK_TMPDIR
1412 # The NDK_TMPDIR variable is used to specify a root temporary directory1417 if [ -z "$NDK_TMPDIR" ]; then1418 NDK_TMPDIR=/tmp/ndk-$USER/tmp/build-$$1419 mkdir -p $NDK_TMPDIR1421 echo "ERROR: Could not create NDK_TMPDIR: $NDK_TMPDIR"1424 export NDK_TMPDIR