Home
last modified time | relevance | path

Searched refs:SRCDIR (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/build/short-commands/
Dbuild.sh20 SRCDIR=$PROGDIR/jni
21 rm -rf "$SRCDIR" && mkdir -p "$SRCDIR"
23 echo "ERROR: Could not create temporary source directory: $SRCDIR"
34 SRCFILE=$SRCDIR/foo$NUM.c
48 cat > $SRCDIR/main.c <<EOF
53 cat >> $SRCDIR/main.c <<EOF
58 cat >> $SRCDIR/main.c <<EOF
65 cat >> $SRCDIR/main.c <<EOF
70 cat >> $SRCDIR/main.c <<EOF
74 CLEAN_FILES=$CLEAN_FILES" $SRCDIR/main.c"
[all …]
/ndk/build/tools/
Dbuild-host-python.sh213 local SRCDIR=$TOOLCHAIN_SRC_DIR/python/Python-$2
218 if [ ! -f "$SRCDIR/configure" ]; then
219 panic "Missing configure script in $SRCDIR"
296 touch $SRCDIR/Include/graminit.h
297 touch $SRCDIR/Python/graminit.c
298 echo "" > $SRCDIR/Parser/pgen.stamp
302 run2 "$SRCDIR"/configure $ARGS &&
317 local SRCDIR="$(python_build_install_dir $1 $2)"
323 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
324 run copy_directory "$SRCDIR/lib" "$DSTDIR/lib"
[all …]
Ddev-platform-expand.sh58 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"
204 SDIR="$SRCDIR/android-$LEVEL"
Ddev-platform-expand-all.sh26 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
27 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"
45 if [ ! -d "$SRCDIR" ] ; then
46 echo "ERROR: Source directory doesn't exist: $SRCDIR"
49 if [ ! -d "$SRCDIR/android-3" ]; then
50 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"
53 log "Using source directory: $SRCDIR"
59 …$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(…
Dbuild-host-gdb.sh145 local SRCDIR=$TOOLCHAIN_SRC_DIR/expat/expat-2.0.1
159 run2 "$SRCDIR"/configure $ARGS &&
174 local SRCDIR=$TOOLCHAIN_SRC_DIR/gdb/gdb-$3
179 if [ ! -f "$SRCDIR/configure" ]; then
180 panic "Missing configure script in $SRCDIR"
212 run2 "$SRCDIR"/configure $ARGS &&
228 local SRCDIR="$(gdb_build_install_dir $1 $2 $3)"
236 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
237 if [ -d "$SRCDIR/share/gdb" ]; then
238 run copy_directory "$SRCDIR/share/gdb" "$DSTDIR/share/gdb"
[all …]
Dgen-platforms.sh54 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"
[all …]
Dgen-system-symbols.sh56 SRCDIR=$1
59 if [ -z "$SRCDIR" ]; then
69 if [ ! -d "$SRCDIR" ]; then
70 dump "ERROR: Not a source directory: $SRCDIR"
182 for LIB in $(cd $SRCDIR && ls lib*.so); do
183 SRCLIB=$SRCDIR/$LIB
Ddev-platform-compress.sh48 SRCDIR=/tmp/ndk-$USER/platforms
49 register_var_option "--src-dir=<path>" SRCDIR "Specify source platforms directory"
63 SDIR=$SRCDIR/android-$PLATFORM
73 SDIR=$SRCDIR/android-$PLATFORM
83 PDIR=$SRCDIR/android-$PREV_PLATFORM
Dbuild-ndk-stack.sh86 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-stack
89 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUMakefile \
Dbuild-gnu-libstdc++.sh71 SRCDIR=$(echo $PARAMETERS | sed 1q)
72 check_toolchain_src_dir "$SRCDIR"
125 GNUSTL_SRCDIR=$SRCDIR/gcc/gcc-$GCC_VERSION/libstdc++-v3
/ndk/build/core/
Dndk-common.sh727 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
730 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)
733 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)
736 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES)
753 if [ ! -d "$SRCDIR" ] ; then
770 panic "Can't copy from non-directory: $SRCDIR"
773 log " from $SRCDIR"
775 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar chf - *) | (tar xf - -C "$DSTDIR")
788 if [ ! -d "$SRCDIR" ] ; then
/ndk/tests/
Drun-tests.sh543 local SRCDIR
557 SRCDIR="$BUILD_DIR/`basename $1`/libs/$CPU_ABI"
558 if [ -d "$SRCDIR" ]; then
562 if [ ! -d "$SRCDIR" ]; then
569 for SRCFILE in `ls $SRCDIR`; do
574 SRCFILE="$SRCDIR/$SRCFILE"
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0000-CROSS.patch3889 - SRCDIR=$(srcdir) $(RUNSHARED) \
3891 + SRCDIR=$(srcdir) \