Home | History | Annotate | Download | only in tools

Lines Matching refs:ANDROID_NDK_ROOT

54 # Put location of Android NDK into ANDROID_NDK_ROOT and
57 if [ -z "$ANDROID_NDK_ROOT" ] ; then
58 find_ndk_root ANDROID_NDK_ROOT "$0"
60 echo "Please define ANDROID_NDK_ROOT to point to the root of your"
66 echo "$ANDROID_NDK_ROOT" | grep -q -e " "
73 if [ ! -d $ANDROID_NDK_ROOT ] ; then
74 echo "ERROR: Your ANDROID_NDK_ROOT variable does not point to a directory."
75 echo "ANDROID_NDK_ROOT=$ANDROID_NDK_ROOT"
79 if [ ! -f $ANDROID_NDK_ROOT/build/tools/ndk-common.sh ] ; then
80 echo "ERROR: Your ANDROID_NDK_ROOT does not contain a valid NDK build system."
81 echo "ANDROID_NDK_ROOT=$ANDROID_NDK_ROOT"