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

  /build/blueprint/tests/
bootstrap.bash 3 export BOOTSTRAP="${BASH_SOURCE[0]}"
7 ../bootstrap.bash "$@"
  /build/soong/
soong.bash 9 # .soong.bootstrap by the bootstrap script.
11 BOOTSTRAP=".soong.bootstrap"
12 if [ ! -f "${BOOTSTRAP}" ]; then
13 echo "Error: soong script must be located in a directory created by bootstrap.bash"
17 source "${BOOTSTRAP}"
20 # $BOOTSTRAP are correct
30 ENVTOOL="${BUILDDIR}/.bootstrap/bin/soong_env"
bootstrap.bash 19 export BOOTSTRAP="${SRCDIR}/bootstrap.bash"
53 "$SRCDIR/build/soong/soong.bootstrap.in" > $BUILDDIR/.soong.bootstrap
57 "$SRCDIR/build/blueprint/bootstrap.bash" "$@"
  /build/blueprint/
bootstrap.bash 3 # This script serves two purposes. First, it can bootstrap the standalone
7 # It can also be invoked from another script to bootstrap a custom Blueprint-
12 # BOOTSTRAP
29 # BOOTSTRAP should be set to the path of the bootstrap script. It can be
32 if [ -z "$BOOTSTRAP" ]; then
33 BOOTSTRAP="${BASH_SOURCE[0]}"
37 # only if BOOTSTRAP and WRAPPER are unset.
38 [ -z "$WRAPPER" ] && WRAPPER="`dirname "${BOOTSTRAP}"`/blueprint.bash"
45 # the bootstrap script
    [all...]
blueprint.bash 15 # When run in a standalone Blueprint checkout, bootstrap.bash will install
19 # script executes should be the same directory that $BOOTSTRAP should be
29 # .blueprint.bootstrap provides saved values from the bootstrap.bash script:
31 # BOOTSTRAP
34 # If it doesn't exist, we probably just need to re-run bootstrap.bash, which
36 if [ -f "${BUILDDIR}/.blueprint.bootstrap" ]; then
37 source "${BUILDDIR}/.blueprint.bootstrap"
39 # Pick the newer of .bootstrap/bootstrap.ninja.in or $BOOTSTRAP_MANIFEST
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 243 BOOTSTRAP=
301 --bootstrap) BOOTSTRAP=yes
341 Use the bootstrap option to re-generate the toolchain with itself. This is
371 echo " --bootstrap Bootstrap toolchain (i.e. compile it with itself)"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 245 BOOTSTRAP=
303 --bootstrap) BOOTSTRAP=yes
343 Use the bootstrap option to re-generate the toolchain with itself. This is
373 echo " --bootstrap Bootstrap toolchain (i.e. compile it with itself)"
    [all...]
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 280 milliseconds