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

  /ndk/build/tools/
patch-sources.sh 34 SRC_DIR=$1
35 if [ -z "$SRC_DIR" ] ; then
40 if [ ! -d "$SRC_DIR" ] ; then
41 echo "ERROR: Invalid target source directory: $SRC_DIR"
69 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"
70 cd $SRC_DIR/$PATCHDIR && patch -p1 < $ANDROID_NDK_ROOT/$PATCHES_DIR/$PATCH
download-toolchain-sources.sh 69 SRC_DIR=$PARAMETERS
70 if [ -z "$SRC_DIR" -a $OPTION_PACKAGE = no ] ; then
75 if [ -n "$SRC_DIR" ] ; then
76 mkdir -p $SRC_DIR
77 SRC_DIR=`cd $SRC_DIR && pwd`
78 log "Using target source directory: $SRC_DIR"
158 SRC_DIR=`cd $SRC_DIR && pwd`
159 rm -rf $SRC_DIR && mkdir -p $SRC_DI
    [all...]
build-gdbserver.sh 59 SRC_DIR="$1"
65 if [ -z "$SRC_DIR" ] ; then
70 if [ ! -f "$SRC_DIR/gdbreplay.c" ] ; then
71 echo "ERROR: Source directory does not contain gdb sources: $SRC_DIR"
75 log "Using source directory: $SRC_DIR"
130 run $SRC_DIR/configure \
build-gcc.sh 86 SRC_DIR="$1"
92 if [ -z "$SRC_DIR" ] ; then
97 if [ ! -d "$SRC_DIR/gcc" ] ; then
98 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"
102 log "Using source directory: $SRC_DIR"
140 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
141 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
147 if [ ! -d $SRC_DIR/binutils/binutils-$BINUTILS_VERSION ] ; then
148 echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$BINUTILS_VERSION"
165 BUILD_SRCDIR=$SRC_DIR/buil
    [all...]
rebuild-all-prebuilt.sh 90 SRC_DIR=$OPTION_TOOLCHAIN_SRC_DIR
91 if [ ! -d $SRC_DIR/gcc ] ; then
92 dump "ERROR: Invalid toolchain source directory: $SRC_DIR"
96 SRC_DIR=$BUILD_DIR/src
97 mkdir -p $SRC_DIR
123 mkdir -p $SRC_DIR && tar $TARFLAGS $OPTION_TOOLCHAIN_SRC_PKG -C $SRC_DIR
131 $PROGDIR/download-toolchain-sources.sh $FLAGS $SRC_DIR
141 $PROGDIR/patch-sources.sh $FLAGS $SRC_DIR $PATCHES_DIR
154 $PROGDIR/build-gcc.sh $FLAGS --build-out=$BUILD_DIR/toolchain-$1 $SRC_DIR $NDK_DIR $
    [all...]
  /build/tools/droiddoc/test/stubs/
func.sh 25 SRC_DIR=$2
34 find $SRC_DIR -name '*.java' > $OBJ_DIR/javadoc-src-list
47 -sourcepath $SRC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \

Completed in 149 milliseconds