Home | History | Annotate | Download | only in tools

Lines Matching refs:SRCDIR

58 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
59 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"
99 if [ ! -d "$SRCDIR" ] ; then
100 echo "ERROR: Source directory doesn't exist: $SRCDIR"
103 if [ ! -d "$SRCDIR/android-3" ]; then
104 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"
107 log "Using source directory: $SRCDIR"
111 if [ ! -d "$SRCDIR/android-$PLATFORM" ]; then
112 echo "ERROR: Platform directory doesn't exist: $SRCDIR/android-$PLATFORM"
154 # DIR="$SRCDIR/android-$PLATFORM/arch-$ARCH"
205 SDIR="$SRCDIR/android-$LEVEL"