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

1 2

  /ndk/build/tools/
patch-sources.sh 37 SRC_DIR=$1
38 if [ -z "$SRC_DIR" ] ; then
43 if [ ! -d "$SRC_DIR" ] ; then
44 echo "ERROR: Invalid target source directory: $SRC_DIR"
78 if [ -d $SRC_DIR/$PATCHDIR ]; then
79 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"
80 cd $SRC_DIR/$PATCHDIR && patch $REVERSE -p1 < $PATCHES_DIR/$PATCH
83 echo "Ignore non-existance $SRC_DIR/$PATCHDIR"
build-analyzer.sh 42 SRC_DIR="$1"
48 if [ -z "$SRC_DIR" ] ; then
53 SCAN_BUILD_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-build
59 SCAN_VIEW_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-view
65 LICENSE_FILE=$SRC_DIR/$TOOLCHAIN/clang/LICENSE.TXT
71 log "Using source directory: $SRC_DIR"
build-host-yasm.sh 42 SRC_DIR="$1"
47 if [ -z "$SRC_DIR" ] ; then
52 if [ ! -d "$SRC_DIR/yasm" ] ; then
53 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/yasm"
57 SRC_DIR=`cd $SRC_DIR; pwd`
58 log "Using source directory: $SRC_DIR"
90 mkdir -p "$BUILD_OUT/src" && copy_directory "$SRC_DIR/yasm" "$BUILD_OUT/src"
rebuild-all-prebuilt.sh 89 SRC_DIR="$PARAMETERS"
90 check_toolchain_src_dir "$SRC_DIR"
132 echo "COMMAND: $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS $SRC_DIR --try-64"
133 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR" --try-64
136 echo "COMMAND: $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS $SRC_DIR"
137 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR"
164 echo "COMMAND: $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS $SRC_DIR"
165 $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS "$SRC_DIR"
download-toolchain-sources.sh 98 SRC_DIR="$PARAMETERS"
99 if [ -z "$SRC_DIR" -a "$OPTION_PACKAGE" = no ] ; then
104 if [ -n "$SRC_DIR" ] ; then
105 mkdir -p $SRC_DIR
106 SRC_DIR=`cd $SRC_DIR && pwd`
107 log "Using target source directory: $SRC_DIR"
281 SRC_DIR=`cd $SRC_DIR && pwd`
282 rm -rf $SRC_DIR && mkdir -p $SRC_DI
    [all...]
build-host-perl.sh 60 SRC_DIR="$1"
64 if [ -z "$SRC_DIR" ] ; then
69 if [ ! -d "$SRC_DIR/perl/perl-$PERL_VERSION" ] ; then
70 echo "ERROR: Source directory does not contain perl sources: $SRC_DIR/perl/perl-$PERL_VERSION"
74 log "Using source directory: $SRC_DIR"
91 run copy_directory "$SRC_DIR/perl/perl-$PERL_VERSION" "$BUILD_OUT"
92 fail_panic "Could not copy perl source $SRC_DIR/perl/perl-$PERL_VERSION to build directory $BUILD_OUT"
build-host-prebuilts.sh 79 SRC_DIR="$PARAMETERS"
80 if [ -z "$SRC_DIR" ]; then
85 if [ ! -d "$SRC_DIR" ]; then
86 echo "ERROR: Not a directory: '$SRC_DIR'"
90 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC32_VERSION" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC64_VERSION" ]; then
91 echo "ERROR: The file $SRC_DIR/build/configure or"
92 echo " the directory $SRC_DIR/gcc/gcc-$DEFAULT_GCC32_VERSION or"
93 echo " $SRC_DIR/gcc/gcc-$DEFAULT_GCC64_VERSION does not exist
    [all...]
build-compiler-rt.sh 43 SRC_DIR=
44 register_var_option "--src-dir=<path>" SRC_DIR "Specify compiler-rt source dir."
91 if [ -z "$SRC_DIR" -o ! -d "$SRC_DIR" ]; then
92 dump "Could not found compiler-rt source directory: $SRC_DIR"
99 COMPILER_RT_CFLAGS=$COMPILER_RT_CFLAGS" -I$SRC_DIR/include -I$SRC_DIR/lib"
103 COMPILER_RT_GENERIC_SOURCES=$(cd $SRC_DIR && ls lib/builtins/*.c)
236 builder_set_srcdir "$SRC_DIR"
build-gdbserver.sh 70 SRC_DIR="$1"
77 if [ -z "$SRC_DIR" ] ; then
88 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDBVER/gdb/gdbserver"
90 SRC_DIR="$SRC_DIR2"
91 log "Found gdbserver source directory: $SRC_DIR"
94 if [ ! -f "$SRC_DIR/gdbreplay.c" ] ; then
95 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
99 log "Using source directory: $SRC_DIR"
208 run $SRC_DIR/configure \
build-llvm.sh 76 SRC_DIR="$1"
82 if [ -z "$SRC_DIR" ] ; then
87 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
88 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
92 if [ -e "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" -a ! -h "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" ] ; then
93 echo "ERROR: polly, if exist, needs to be a symbolic link: $SRC_DIR/$TOOLCHAIN/llvm/tools/polly"
97 GMP_SOURCE=$SRC_DIR/gmp/gmp-$GMP_VERSION.tar.bz2
102 SRC_DIR=`cd $SRC_DIR; pwd
    [all...]
build-target-prebuilts.sh 77 SRC_DIR="$PARAMETERS"
78 check_toolchain_src_dir "$SRC_DIR"
79 SRC_DIR=`cd $SRC_DIR; pwd`
143 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" "$GDB_VERSION" $FLAGS
153 run $BUILDTOOLS/build-compiler-rt.sh --abis="$ABIS" $FLAGS --src-dir="$SRC_DIR/llvm-$LLVM_VERSION/compiler-rt" $BUILD_TOOLCHAIN
188 run $BUILDTOOLS/build-gnu-libstdc++.sh --abis="$ABIS" $FLAGS $GNUSTL_STATIC_VIS_FLAG "$SRC_DIR" --with-debug-info $STDCXX_GCC_VERSIONS
build-device-llvm.sh 72 SRC_DIR="$1"
78 if [ -z "$SRC_DIR" ] ; then
83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
88 SRC_DIR=`cd $SRC_DIR; pwd`
89 log "Using source directory: $SRC_DIR"
135 run copy_directory "$SRC_DIR/mclinker" "$MCLINKER_SRC_DIR"
209 run $SRC_DIR/$TOOLCHAIN/llvm/configure \
277 run cp "$SRC_DIR/SOURCES" $TOOLCHAIN_BUILD_PREFIX/$ab
    [all...]
build-ndk-stack.sh 48 SRC_DIR=
49 register_var_option "--src-dir=<path>" SRC_DIR "Specify binutils source dir. Must be set for --with-libbfd"
63 if [ -z "$SRC_DIR" ]; then
97 BINUTILS_SRC_DIR=$SRC_DIR/binutils/binutils-$RECENT_BINUTILS_VERSION
build-gcc.sh 97 SRC_DIR="$1"
103 if [ -z "$SRC_DIR" ] ; then
108 if [ ! -d "$SRC_DIR/gcc" ] ; then
109 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"
112 SRC_DIR=`cd $SRC_DIR; pwd`
113 log "Using source directory: $SRC_DIR"
160 check_toolchain_src_dir "$SRC_DIR"
162 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
163 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION
    [all...]
build-host-gcc.sh     [all...]
build-mingw64-toolchain.sh 373 if [ ! -d "$SRC_DIR/$PKG_BASENAME" ]; then
374 log "Uncompressing $PKG_URL into $SRC_DIR"
377 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
380 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
392 SRC_DIR=$TEMP_DIR/src
396 mkdir -p $SRC_DIR
444 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2
472 LICENSE_FILES=$(cd $SRC_DIR && find . -name "COPYING*")
474 (tar cf - -C $SRC_DIR $LICENSE_FILES) | (tar xf - -C $LICENSES_DIR)
517 run $SRC_DIR/$PKGNAME/configure "$@
    [all...]
build-on-device-toolchain.sh 57 SRC_DIR="$PARAMETERS"
58 check_toolchain_src_dir "$SRC_DIR"
122 dump "Build $ABI LLVM toolchain from $SRC_DIR ..."
123 run $BUILDTOOLS/build-device-llvm.sh $FLAGS --abis=$ABI --gcc-version=$GCC_TOOLCHAIN_VERSION $SRC_DIR $NDK_DIR
  /system/extras/squashfs_utils/
mksquashfsimage.sh 8 ${0##*/} SRC_DIR OUTPUT_FILE [-s] [-m MOUNT_POINT] [-d PRODUCT_OUT] [-c FILE_CONTEXTS] [-b BLOCK_SIZE] [-z COMPRESSOR] [-zo COMPRESSOR_OPT]
19 SRC_DIR=$1
20 if [ ! -d $SRC_DIR ]; then
21 echo "Can not find directory $SRC_DIR!"
84 MAKE_SQUASHFS_CMD="mksquashfs $SRC_DIR/ $OUTPUT_FILE -no-progress -comp $COMPRESSOR $COMPRESSOR_OPT -no-exports -noappend -no-recovery -android-fs-config $OPT"
  /system/extras/ext4_utils/
mkuserimg.sh 8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [-j <journal_size>]
24 SRC_DIR=$1
25 if [ ! -d $SRC_DIR ]; then
26 echo "Can not find directory $SRC_DIR!"
107 MAKE_EXT4FS_CMD="make_ext4fs $ENABLE_SPARSE_IMAGE -T $TIMESTAMP $OPT -l $SIZE $JOURNAL_FLAGS -a $MOUNT_POINT $OUTPUT_FILE $SRC_DIR $PRODUCT_OUT"
  /ndk/tests/abcc/
build-abcc.sh 47 SRC_DIR=$DEFAULT_TMP_SRC_DIR
48 register_var_option "--src-dir=<path>" SRC_DIR "Specify an existing toolchain source"
93 test "$SRC_DIR" != "$DEFAULT_TMP_SRC_DIR" && check_toolchain_src_dir "$SRC_DIR"
94 test "$SRC_DIR" = "$DEFAULT_TMP_SRC_DIR" && run $BUILDTOOLS/download-toolchain-sources.sh $SRC_DIR
97 run $BUILDTOOLS/build-on-device-toolchain.sh --ndk-dir=$NDK_DIR --build-dir=$BUILD_DIR --out-dir=$ABCC_PREBUILT_ASSETS/$ABI --abi=$ABI --no-sync $FLAGS $SRC_DIR
  /external/v8/build/
landmines.py 28 SRC_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
43 ret = os.path.join(SRC_DIR, 'xcodebuild', target)
45 ret = os.path.join(SRC_DIR, 'out', target)
47 ret = os.path.join(SRC_DIR, 'build', target)
95 default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
  /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 \
  /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
153 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS \
204 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS $configure_opts \
  /docs/source.android.com/scripts/
build.py 37 SRC_DIR = 'src'
56 # Step 3, recursively mirror SRC_DIR to HTML_DIR, directory by directory, translating *.md
59 for curdir, subdirs, files in os.walk(SRC_DIR):
110 # Note that this "absolute" filename has a root at SRC_DIR, not "/"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 373 if [ ! -d "$SRC_DIR/$PKG_BASENAME" ]; then
374 log "Uncompressing $PKG_URL into $SRC_DIR"
377 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
380 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
392 SRC_DIR=$TEMP_DIR/src
396 mkdir -p $SRC_DIR
444 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2
472 LICENSE_FILES=$(cd $SRC_DIR && find . -name "COPYING*")
474 (tar cf - -C $SRC_DIR $LICENSE_FILES) | (tar xf - -C $LICENSES_DIR)
517 run $SRC_DIR/$PKGNAME/configure "$@
    [all...]

Completed in 1120 milliseconds

1 2