Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 43) sorted by relevance

12

/build/blueprint/tests/
Dtest.sh9 ../tests/bootstrap.bash
12 if [[ -d .bootstrap/blueprint/test ]]; then
18 ../tests/bootstrap.bash -t
21 if [[ ! -d .bootstrap/blueprint/test ]]; then
27 ../tests/bootstrap.bash
30 if [[ -d .bootstrap/blueprint/test ]]; then
Dtest_tree_tests.sh30 ${SRCDIR}/blueprint/bootstrap.bash $@
35 OLDTIME_BOOTSTRAP=$(mtime .bootstrap/build.ninja)
46 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
61 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
76 if [ ${OLDTIME_BOOTSTRAP} = $(mtime .bootstrap/build.ninja) ]; then
83 OLDTIME_BOOTSTRAP=$(mtime .bootstrap/build.ninja)
93 if [ ${OLDTIME_BOOTSTRAP} = $(mtime .bootstrap/build.ninja) ]; then
100 OLDTIME_BOOTSTRAP=$(mtime .bootstrap/build.ninja)
111 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
Dbootstrap.bash7 ../bootstrap.bash "$@"
/build/blueprint/
DBlueprints106 name: "blueprint-bootstrap",
111 "blueprint-bootstrap-bpdoc",
113 pkgPath: "github.com/google/blueprint/bootstrap",
115 "bootstrap/bootstrap.go",
116 "bootstrap/cleanup.go",
117 "bootstrap/command.go",
118 "bootstrap/config.go",
119 "bootstrap/doc.go",
120 "bootstrap/glob.go",
121 "bootstrap/writedocs.go",
[all …]
Dbootstrap.bash124 echo "BLUEPRINT_BOOTSTRAP_VERSION=2" > $BUILDDIR/.blueprint.bootstrap
125 echo "SRCDIR=\"${SRCDIR}\"" >> $BUILDDIR/.blueprint.bootstrap
126 echo "BLUEPRINTDIR=\"${BLUEPRINTDIR}\"" >> $BUILDDIR/.blueprint.bootstrap
127 echo "NINJA_BUILDDIR=\"${NINJA_BUILDDIR}\"" >> $BUILDDIR/.blueprint.bootstrap
128 echo "GOROOT=\"${GOROOT}\"" >> $BUILDDIR/.blueprint.bootstrap
129 echo "TOPNAME=\"${TOPNAME}\"" >> $BUILDDIR/.blueprint.bootstrap
Dblueprint_impl.bash29 BUILDDIR="${BUILDDIR}/.minibootstrap" build_go minibp github.com/google/blueprint/bootstrap/minibp
31 BUILDDIR="${BUILDDIR}/.minibootstrap" build_go bpglob github.com/google/blueprint/bootstrap/bpglob
/build/soong/cmd/soong_build/
Dmain.go86 configuration.SetStopBefore(bootstrap.StopBeforePrepareBuildActions)
94 …configuration, err := android.NewConfig(srcDir, outDir, bootstrap.CmdlineArgs.ModuleListFile, avai…
108 var firstArgs, secondArgs bootstrap.Args
110 firstArgs = bootstrap.CmdlineArgs
111 configuration.SetStopBefore(bootstrap.StopBeforeWriteNinja)
112 bootstrap.RunBlueprint(firstArgs, firstCtx.Context, configuration)
126 secondArgs = bootstrap.CmdlineArgs
127 ninjaDeps := bootstrap.RunBlueprint(secondArgs, secondCtx.Context, secondConfig)
148 soongDocsArgs := bootstrap.CmdlineArgs
149 bootstrap.RunBlueprint(soongDocsArgs, ctx.Context, configuration)
[all …]
DAndroid.bp23 "blueprint-bootstrap",
/build/blueprint/bootstrap/minibp/
Dmain.go35 return bootstrap.CmdlineArgs.BuildDir
55 bootstrap.Main(ctx, config, !runAsPrimaryBuilder)
/build/soong/ui/build/
Dsoong.go106 var args bootstrap.Args
129 commonArgs := bootstrap.PrimaryBuilderExtraFlags(args, bootstrapGlobFile, mainNinjaFile)
142 mainSoongBuildInvocation := bootstrap.PrimaryBuilderInvocation{
154 bp2buildInvocation := bootstrap.PrimaryBuilderInvocation{
159 args.PrimaryBuilderInvocations = []bootstrap.PrimaryBuilderInvocation{
164 args.PrimaryBuilderInvocations = []bootstrap.PrimaryBuilderInvocation{mainSoongBuildInvocation}
176 bootstrapDeps := bootstrap.RunBlueprint(args, blueprintCtx, blueprintConfig)
DAndroid.bp36 "blueprint-bootstrap",
/build/blueprint/bootstrap/
Dbuild.ninja1 # Included by .minibootstrap/build.ninja, which is written by bootstrap.bash
19 bootstrapNinja = ${bootstrapBuildDir}/.bootstrap/build.ninja
Ddoc.go150 package bootstrap package
Dconfig.go15 package bootstrap package
Dcleanup.go15 package bootstrap package
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 warning: [options] bootstrap class path not set in conjunction with -source 1.7
80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
/build/make/target/product/
Dbase_system.mk135 libc.bootstrap \
138 libdl.bootstrap \
139 libdl_android.bootstrap \
161 libm.bootstrap \
291 libclang_rt.hwasan-aarch64-android.bootstrap
/build/make/core/clang/
DTARGET_arm64.mk10 ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
DTARGET_x86_64.mk10 ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
DTARGET_arm.mk10 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan
DTARGET_x86.mk10 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan
/build/soong/tests/
Dbootstrap_test.sh18 local bootstrap_mtime1=$(stat -c "%y" out/soong/.bootstrap/build.ninja)
21 local bootstrap_mtime2=$(stat -c "%y" out/soong/.bootstrap/build.ninja)
37 local mtime1=$(stat -c "%y" out/soong/.bootstrap/build.ninja)
39 sed -i 's/pluginGenSrcCmd/pluginGenSrcCmd2/g' build/blueprint/bootstrap/bootstrap.go
42 local mtime2=$(stat -c "%y" out/soong/.bootstrap/build.ninja)
490 [[ -e out/soong/.bootstrap/bp2build_workspace_marker ]] || fail "bp2build marker file not created"
/build/soong/android/
Ddefs.go219 bootstrap.GlobFile(ctx.blueprintModuleContext(), pattern, excludes, file.String())
DAndroid.bp10 "blueprint-bootstrap",
/build/bazel/rules/
Dstatic_libc.bzl2 # Used to bootstrap cc development using the bionic lib build by Soong.

12