Home
last modified time | relevance | path

Searched refs:DSTDIR (Results 1 – 12 of 12) sorted by relevance

/ndk/build/tools/
Dbuild-platforms.sh54 DSTDIR="$ANDROID_NDK_ROOT"
119 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
156 DSTDIR="$OPTION_DSTDIR"
158 log "Using destination directory: $DSTDIR"
236 local DDIR="$DSTDIR/$2"
255 mkdir -p "$DSTDIR/$2"
256 files=`cd $DSTDIR/$1 && ls -1p | grep -v -e '.*/'`
257 subdirs=`cd $DSTDIR/$1 && ls -1p | grep -e '.*/' | sed -e 's!/$!!g'`
260 ln -s $rev/$1/$file $DSTDIR/$2/$file
280 rm -rf $DSTDIR/platforms && mkdir -p $DSTDIR/platforms
[all …]
Dgen-platforms.sh54 DSTDIR="$ANDROID_NDK_ROOT"
127 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
170 DSTDIR="$OPTION_DSTDIR"
172 log "Using destination directory: $DSTDIR"
255 local DDIR="$DSTDIR/$2"
273 mkdir -p "$DSTDIR/$2"
275 files=$(cd $DSTDIR/$1 && ls -1p)
279 ln -s $rev/$1/$file $DSTDIR/$2/$file
339 local DSTDIR="$DSTDIR/$3"
371 gen_shell_lib $LIB "$funcs" "$vars" "$DSTDIR/$LIB" "$TOOLCHAIN_PREFIX"
[all …]
Ddev-platform-expand.sh62 DSTDIR=/tmp/ndk-$USER/platforms
63 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory"
116 if [ ! -d "$DSTDIR" ]; then
117 mkdir -p "$DSTDIR"
119 echo "ERROR: Could not create destination directory: $DSTDIR"
123 log "Using destination directory: $DSTDIR"
205 DDIR="$DSTDIR/android-$PLATFORM"
Ddev-platform-expand-all.sh30 DSTDIR=/tmp/ndk-$USER/platforms
31 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory"
54 log "Using destination directory: $DSTDIR"
59 …$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(…
63 log "Done! See $DSTDIR"
Dbuild-gabi++.sh115 local DSTDIR="$3"
121 if [ -z "$DSTDIR" ]; then
122 DSTDIR=$NDK_DIR/$GABIXX_SUBDIR/libs/$ABI
125 mkdir -p "$DSTDIR"
129 builder_set_dstdir "$DSTDIR"
136 log "Building $DSTDIR/libgabi++_static.a"
139 log "Building $DSTDIR/libgabi++_shared.so"
Dbuild-stlport.sh148 local DSTDIR="$3"
154 if [ -z "$DSTDIR" ]; then
155 DSTDIR=$NDK_DIR/$STLPORT_SUBDIR/libs/$ABI
158 mkdir -p "$DSTDIR"
162 builder_set_dstdir "$DSTDIR"
177 log "Building $DSTDIR/libstlport_static.a"
180 log "Building $DSTDIR/libstlport_shared.so"
Dgen-system-symbols.sh57 DSTDIR=$2
64 if [ -z "$DSTDIR" ]; then
74 mkdir -p $DSTDIR
75 fail_panic "Could not create destination directory: $DSTDIR"
194 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
195 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
Dpackage-release.sh295 unpack_archive "$PREBUILT_DIR/$PREBUILT" "$DSTDIR"
321 copy_directory $TMPUNPACKDIR "$DSTDIR"
334 copy_directory "$SUBDIR" "$DSTDIR/$2"
345 DSTDIR=$TMPDIR/$RELEASE_PREFIX
346 rm -rf $DSTDIR &&
347 copy_file_list "$REFERENCE" "$DSTDIR" "*"
357 cd $UNZIP_DIR/android-ndk-* && cp -rP toolchains/* $DSTDIR/toolchains/
360 if [ -d "$DSTDIR/$GABIXX_SUBDIR" ]; then
369 if [ -d "$DSTDIR/$STLPORT_SUBDIR" ] ; then
387 rm -rf $DSTDIR/toolchains/$TC/prebuilt/$SYSTEM/sysroot
Ddev-platform-compress.sh51 DSTDIR=/tmp/ndk-$USER/platforms-compressed
52 register_var_option "--dst-dir=<path>" DSTDIR "Specify destination directory"
74 DDIR=$DSTDIR/android-$PLATFORM
Dbuild-gnu-libstdc++.sh117 local DSTDIR="$3"
124 if [ -z "$DSTDIR" ]; then
125 DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/libs/$ABI
127 mkdir -p $DSTDIR
/ndk/build/core/
Dndk-common.sh684 local DSTDIR="$2"
690 log " to $DSTDIR"
691 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && 2>/dev/null tar cf - *) | (tar xf - -C "$DSTDIR")
692 fail_panic "Cannot copy to directory: $DSTDIR"
700 local DSTDIR="$2"
706 log " to $DSTDIR"
707 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar chf - *) | (tar xf - -C "$DSTDIR")
708 fail_panic "Cannot copy to directory: $DSTDIR"
718 local DSTDIR="$2"
725 log " to $DSTDIR"
[all …]
/ndk/tests/
Drun-tests.sh505 local DSTDIR="$2/ndk-tests"
521 adb_cmd_mkdir $DSTDIR
527 DSTFILE="$DSTDIR/$DSTFILE"
542 adb_cmd LD_LIBRARY_PATH="$DSTDIR" $PROGRAM
548 adb_cmd rm -r $DSTDIR