HomeSort by relevance Sort by last modified time
    Searched refs:DSTDIR (Results 1 - 6 of 6) sorted by null

  /ndk/build/tools/
build-platforms.sh 94 DSTDIR="$ANDROID_NDK_ROOT"
154 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
189 DSTDIR="$OPTION_DSTDIR"
191 log "Using destination directory: $DSTDIR"
244 # $2: destination directory (relative to $DSTDIR)
249 local DDIR="$DSTDIR/$2"
264 # $2: destination directory (relative to $DSTDIR)
267 mkdir -p "$DSTDIR/$2"
268 local files=`cd $DSTDIR/$1 && ls -1p | grep -v -e '.*/'`
269 local subdirs=`cd $DSTDIR/$1 && ls -1p | grep -e '.*/' | sed -e 's!/$!!g'
    [all...]
build-stlport.sh 158 DSTDIR="$OUT_DIR/libs/$ABI"
159 copy_file_list "$SRCDIR" "$DSTDIR" "$LIBRARIES"
169 DSTDIR="$STLPORT_SUBDIR/libs/$ABI"
170 copy_file_list "$SRCDIR" "$NDK_DIR/$DSTDIR" "$LIB"
171 log "Installing: $DSTDIR/$LIB"
172 FILES="$FILES $DSTDIR/$LIB"
package-release.sh 236 # Unpack a prebuilt into the destination directory ($DSTDIR)
243 unpack_archive "$PREBUILT_DIR/$PREBUILT" "$DSTDIR"
269 copy_directory $TMPUNPACKDIR "$DSTDIR"
282 copy_directory "$SUBDIR" "$DSTDIR/$2"
293 DSTDIR=$TMPDIR/$RELEASE_PREFIX
294 rm -rf $DSTDIR &&
295 copy_file_list "$REFERENCE" "$DSTDIR" "*"
305 cd $UNZIP_DIR/android-ndk-* && cp -rP toolchains/* $DSTDIR/toolchains/
308 if [ -d "$DSTDIR/$STLPORT_SUBDIR" ] ; then
325 rm -rf $DSTDIR/toolchains/$TC/prebuilt/$SYSTEM/sysroo
    [all...]
  /ndk/build/core/
ndk-common.sh 668 local DSTDIR="$2"
674 log " to $DSTDIR"
675 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
676 fail_panic "Cannot copy to directory: $DSTDIR"
684 local DSTDIR="$2"
690 log " to $DSTDIR"
691 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar chf - *) | (tar xf - -C "$DSTDIR")
692 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]
  /ndk/tests/
run-tests.sh 447 local DSTDIR="$2/ndk-tests"
459 adb_cmd mkdir -p $DSTDIR
465 DSTFILE="$DSTDIR/$DSTFILE"
486 adb_cmd rm -r $DSTDIR
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 258 local DSTDIR="$2"
262 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
263 fail_panic "Cannot copy to directory: $DSTDIR"

Completed in 175 milliseconds