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

  /system/extras/ext4_utils/
mkuserimg.sh 8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [FILE_CONTEXTS]
25 SRC_DIR=$1
26 if [ ! -d $SRC_DIR ]; then
27 echo "Can not find directory $SRC_DIR!"
55 MAKE_EXT4FS_CMD="make_ext4fs $ENABLE_SPARSE_IMAGE $FCOPT -l $SIZE -a $MOUNT_POINT $OUTPUT_FILE $SRC_DIR"
  /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 < $PATCHES_DIR/$PATCH
build-gcc.sh 76 SRC_DIR="$1"
82 if [ -z "$SRC_DIR" ] ; then
87 if [ ! -d "$SRC_DIR/gcc" ] ; then
88 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"
92 log "Using source directory: $SRC_DIR"
127 check_toolchain_src_dir "$SRC_DIR"
129 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
130 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
143 if [ ! -d $SRC_DIR/binutils/binutils-$BINUTILS_VERSION ] ; then
144 echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$BINUTILS_VERSION
    [all...]
download-toolchain-sources.sh 92 SRC_DIR="$PARAMETERS"
93 if [ -z "$SRC_DIR" -a "$OPTION_PACKAGE" = no ] ; then
98 if [ -n "$SRC_DIR" ] ; then
99 mkdir -p $SRC_DIR
100 SRC_DIR=`cd $SRC_DIR && pwd`
101 log "Using target source directory: $SRC_DIR"
235 SRC_DIR=`cd $SRC_DIR && pwd`
236 rm -rf $SRC_DIR && mkdir -p $SRC_DI
    [all...]
rebuild-all-prebuilt.sh 71 SRC_DIR="$PARAMETERS"
72 check_toolchain_src_dir "$SRC_DIR"
97 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR"
102 $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS "$SRC_DIR"
build-gdbserver.sh 72 SRC_DIR="$1"
78 if [ -z "$SRC_DIR" ] ; then
83 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver"
85 SRC_DIR="$SRC_DIR2"
86 log "Found gdbserver source directory: $SRC_DIR"
89 if [ ! -f "$SRC_DIR/gdbreplay.c" ] ; then
90 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
94 log "Using source directory: $SRC_DIR"
210 run $SRC_DIR/configure \
build-target-prebuilts.sh 43 SRC_DIR="$PARAMETERS"
44 check_toolchain_src_dir "$SRC_DIR"
79 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" $FLAGS
95 run $BUILDTOOLS/build-gnu-libstdc++.sh $FLAGS "$SRC_DIR"
build-host-prebuilts.sh 64 SRC_DIR="$PARAMETERS"
65 if [ -z "$SRC_DIR" ]; then
70 if [ ! -d "$SRC_DIR" ]; then
71 echo "ERROR: Not a directory: '$SRC_DIR'"
75 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC_VERSION" ]; then
76 echo "ERROR: The file $SRC_DIR/build/configure or"
77 echo " the directory $SRC_DIR/gcc/gcc-$DEFAULT_GCC_VERSION does not exist"
78 echo "This is not the top of a toolchain tree: $SRC_DIR"
165 (cd "$SRC_DIR" && tar czf - .) | (ssh $REMOTE_HOST tar xzf - -C $TMPREMOTE/toolchain
    [all...]
build-mingw64-toolchain.sh 319 if [ ! -d "$SRC_DIR/$PKG_BASENAME" ]; then
320 log "Uncompressing $PKG_URL into $SRC_DIR"
323 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
326 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
338 SRC_DIR=$TEMP_DIR/src
342 mkdir -p $SRC_DIR
377 LICENSE_FILES=$(cd $SRC_DIR && find . -name "COPYING*")
379 (tar cf - -C $SRC_DIR $LICENSE_FILES) | (tar xf - -C $LICENSES_DIR)
422 run $SRC_DIR/$PKGNAME/configure "$@"
467 run $SRC_DIR/mingw-w64-$MINGW_W64_VERSION/mingw-w64-headers/configure --prefix=$INSTALL_DIR --host=$TARGET_TAG (…)
    [all...]
prebuilt-common.sh 1118 local SRC_DIR="$1"
1119 if [ -z "$SRC_DIR" ]; then
1124 if [ ! -d "$SRC_DIR" ]; then
1125 echo "ERROR: Not a directory: '$SRC_DIR'"
1129 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc" ]; then
1130 echo "ERROR: Either the file $SRC_DIR/build/configure or"
1131 echo " the directory $SRC_DIR/gcc does not exist."
1132 echo "This is not the top of a toolchain tree: $SRC_DIR"
  /external/llvm/utils/buildit/
build_llvm 71 SRC_DIR=$DIR/src
72 rm -rf $SRC_DIR || exit 1
73 mkdir $SRC_DIR || exit 1
74 ln -s $ORIG_SRC_DIR/* $SRC_DIR/ || exit 1
76 rm $SRC_DIR/Makefile || exit 1
78 sed -e '/[Aa]pple-style/d' -e '/include.*GNUmakefile/d' $ORIG_SRC_DIR/Makefile > $SRC_DIR/Makefile || exit 1
128 $SRC_DIR/configure --prefix=$DEST_DIR$DEST_ROOT $configure_opts \
  /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 \
  /docs/source.android.com/scripts/
build.py 43 SRC_DIR = 'src'
62 # Step 3, recursively mirror SRC_DIR to HTML_DIR, directory by directory, translating *.md
65 for curdir, subdirs, files in os.walk(SRC_DIR):
111 # Note that this "absolute" filename has a root at SRC_DIR, not "/"

Completed in 1763 milliseconds