Home | History | Annotate | Download | only in tools

Lines Matching refs:DSTDIR

55 DSTDIR="$ANDROID_NDK_ROOT"
140 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
185 DSTDIR="$OPTION_DSTDIR"
187 log "Using destination directory: $DSTDIR"
265 # $2: destination directory (relative to $DSTDIR)
270 local DDIR="$DSTDIR/$2"
288 mkdir -p "$DSTDIR/$2"
290 files=$(cd $DSTDIR/$1 && ls -1p)
294 ln -s $rev/$1/$file $DSTDIR/$2/$file
305 # $2: destination directory (relative to $DSTDIR)
405 # $3: destination directory for generated libs (relative to $DSTDIR)
411 local DSTDIR="$DSTDIR/$SYSROOT/usr/lib"
443 gen_shared_lib $LIB "$funcs" "$vars" "$DSTDIR/$LIB" "$TOOLCHAIN_PREFIX"
458 local DST_DIR="$DSTDIR/$5"
573 rm -rf $DSTDIR/platforms && mkdir -p $DSTDIR/platforms
579 PLATFORM_DST=platforms/android-$PLATFORM # Relative to $DSTDIR
598 copy_directory "$DSTDIR/$PREV_SYSROOT_DST" "$DSTDIR/$SYSROOT_DST"
624 generate_api_level "$PLATFORM" "$ARCH" "$DSTDIR"
661 rm -rf $DSTDIR/samples && mkdir -p $DSTDIR/samples
672 rm -rf "$DSTDIR/samples/*/obj"
673 rm -rf "$DSTDIR/samples/*/libs"
681 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$DSTDIR" "platforms"
686 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$DSTDIR" "samples"