Lines Matching refs:NDK
13 if [ -z "$NDK" ] ; then
14 echo "ERROR: Please define NDK in your environment to point to the root of your NDK install."
18 if [ ! -d "$NDK" ] ; then
19 echo "ERROR: Your NDK variable does not point to a directory: $NDK"
23 if [ ! -f "$NDK/ndk-build" -o ! -f "$NDK/build/core/ndk-common.sh" ] ; then
24 echo "ERROR: Your NDK variable does not point to a valid NDK directory: $NDK"
28 if [ ! -d "$NDK/platforms" -o ! -d "$NDK/samples" ] ; then
29 echo "ERROR: Your NDK directory does not have 'platforms' or 'samples' directories."
30 echo "Please run $NDK/build/tools/build-platforms.sh first !"
73 echo "Run all NDK automated tests at once."
87 MYLOG=/tmp/ndk-tests.log
90 echo "NDK automated tests log file" > $MYLOG
95 $NDK/ndk-build -B $JOBS 2>&1
100 $NDK/ndk-build -B $JOBS >> $MYLOG 2>&1
114 echo "Building NDK sample: `basename $1`"
117 run $NDK/ndk-build -B $JOBS