Home | History | Annotate | Download | only in tools

Lines Matching refs:NDK_TMPDIR

1412 # The NDK_TMPDIR variable is used to specify a root temporary directory
1417 if [ -z "$NDK_TMPDIR" ]; then
1418 NDK_TMPDIR=/tmp/ndk-$USER/tmp/build-$$
1419 mkdir -p $NDK_TMPDIR
1421 echo "ERROR: Could not create NDK_TMPDIR: $NDK_TMPDIR"
1424 export NDK_TMPDIR