Lines Matching refs:SRCDIR
54 SRCDIR="../development/ndk"
58 PLATFORMS=`extract_platforms_from "$SRCDIR"`
135 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]"
154 SRCDIR="$OPTION_SRCDIR";
155 if [ ! -d "$SRCDIR" ] ; then
156 echo "ERROR: Source directory $SRCDIR does not exist !"
159 if [ ! -d "$SRCDIR/platforms/android-3" ] ; then
160 echo "ERROR: Invalid source directory: $SRCDIR"
165 SRCDIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
166 log "Using source directory: $SRCDIR"
173 PLATFORMS=`extract_platforms_from "$SRCDIR"`
212 DIR="$SRCDIR/platforms/android-$PLATFORM"
229 DIR="$SRCDIR/platforms/android-$PLATFORM/arch-$ARCH"
265 local SDIR="$SRCDIR/$1"
405 local SYMDIR="$SRCDIR/$2"
452 local COMMON_SRC_DIR="$SRCDIR/$3"
453 local SRC_DIR="$SRCDIR/$4"
606 if [ ! -d "$SRCDIR/$PLATFORM_SRC_ARCH" ]; then
627 if [ ! -d $SRCDIR/$PLATFORM_SRC/arch-$ARCH ]; then
629 …log "Remove $DSTDIR/$PLATFORM_SRC/arch-$ARCH because $SRCDIR/$PLATFORM_SRC/arch-$ARCH doesn't exis…