Searched refs:bootstrap (Results 1 – 25 of 43) sorted by relevance
12
/build/blueprint/tests/ |
D | test.sh | 9 ../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
|
D | test_tree_tests.sh | 30 ${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
|
D | bootstrap.bash | 7 ../bootstrap.bash "$@"
|
/build/blueprint/ |
D | Blueprints | 106 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 …]
|
D | bootstrap.bash | 124 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
|
D | blueprint_impl.bash | 29 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/ |
D | main.go | 86 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 …]
|
D | Android.bp | 23 "blueprint-bootstrap",
|
/build/blueprint/bootstrap/minibp/ |
D | main.go | 35 return bootstrap.CmdlineArgs.BuildDir 55 bootstrap.Main(ctx, config, !runAsPrimaryBuilder)
|
/build/soong/ui/build/ |
D | soong.go | 106 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)
|
D | Android.bp | 36 "blueprint-bootstrap",
|
/build/blueprint/bootstrap/ |
D | build.ninja | 1 # Included by .minibootstrap/build.ninja, which is written by bootstrap.bash 19 bootstrapNinja = ${bootstrapBuildDir}/.bootstrap/build.ninja
|
D | doc.go | 150 package bootstrap package
|
D | config.go | 15 package bootstrap package
|
D | cleanup.go | 15 package bootstrap package
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 59 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/ |
D | base_system.mk | 135 libc.bootstrap \ 138 libdl.bootstrap \ 139 libdl_android.bootstrap \ 161 libm.bootstrap \ 291 libclang_rt.hwasan-aarch64-android.bootstrap
|
/build/make/core/clang/ |
D | TARGET_arm64.mk | 10 ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
|
D | TARGET_x86_64.mk | 10 ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
|
D | TARGET_arm.mk | 10 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan
|
D | TARGET_x86.mk | 10 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan
|
/build/soong/tests/ |
D | bootstrap_test.sh | 18 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/ |
D | defs.go | 219 bootstrap.GlobFile(ctx.blueprintModuleContext(), pattern, excludes, file.String())
|
D | Android.bp | 10 "blueprint-bootstrap",
|
/build/bazel/rules/ |
D | static_libc.bzl | 2 # Used to bootstrap cc development using the bionic lib build by Soong.
|
12