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"
98 if [ ! -d "$SRCDIR" ] ; then
99 echo "ERROR: Source directory doesn't exist: $SRCDIR"
102 if [ ! -d "$SRCDIR/android-3" ]; then
103 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"
106 log "Using source directory: $SRCDIR"
110 if [ ! -d "$SRCDIR/android-$PLATFORM" ]; then
111 echo "ERROR: Platform directory doesn't exist: $SRCDIR/android-$PLATFORM"
153 # DIR="$SRCDIR/android-$PLATFORM/arch-$ARCH"
204 SDIR="$SRCDIR/android-$LEVEL"