OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOTSTRAP
(Results
1 - 13
of
13
) sorted by null
/build/blueprint/tests/
bootstrap.bash
3
export
BOOTSTRAP
="${BASH_SOURCE[0]}"
8
../
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
27
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
34
if [ ! -f "${BUILDDIR}/.blueprint.
bootstrap
" ]; then
35
echo "Please run
bootstrap
.bash (.blueprint.
bootstrap
missing)" >&2
39
# .blueprint.
bootstrap
provides saved values from the
bootstrap
.bash script:
41
#
BOOTSTRAP
44
source "${BUILDDIR}/.blueprint.
bootstrap
"
49
"${
BOOTSTRAP
}" -i "${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/misc/common/robolectric/lib/
robolectric-3.1.1.jar
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar
/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar
/prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar
Completed in 352 milliseconds