Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 44) 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/
DAndroid.bp155 name: "blueprint-bootstrap",
160 "blueprint-bootstrap-bpdoc",
162 pkgPath: "github.com/google/blueprint/bootstrap",
164 "bootstrap/bootstrap.go",
165 "bootstrap/command.go",
166 "bootstrap/config.go",
167 "bootstrap/glob.go",
168 "bootstrap/writedocs.go",
173 name: "blueprint-bootstrap-bpdoc",
178 pkgPath: "github.com/google/blueprint/bootstrap/bpdoc",
[all …]
/build/soong/cmd/soong_build/
Dmain.go203 globDir := bootstrap.GlobDirectory(ctx.Config().SoongOutDir(), globListDir)
204 err := bootstrap.WriteBuildGlobsNinjaFile(&bootstrap.GlobSingleton{
226 var stopBefore bootstrap.StopBefore
229 stopBefore = bootstrap.StopBeforeWriteNinja
231 stopBefore = bootstrap.StopBeforePrepareBuildActions
233 stopBefore = bootstrap.DoEverything
236 ninjaDeps, err := bootstrap.RunBlueprint(cmdlineArgs.Args, stopBefore, ctx.Context, ctx.Config())
DAndroid.bp23 "blueprint-bootstrap",
/build/soong/ui/build/
Dsoong.go106 primaryBuilderInvocations []bootstrap.PrimaryBuilderInvocation
133 func (c BlueprintConfig) PrimaryBuilderInvocations() []bootstrap.PrimaryBuilderInvocation {
194 func (pb PrimaryBuilderFactory) primaryBuilderInvocation(config Config) bootstrap.PrimaryBuilderInv…
245 …globfiles := bootstrap.GlobFileListFiles(bootstrap.GlobDirectory(config.SoongOutDir(), globPathNam…
247 return bootstrap.PrimaryBuilderInvocation{
388 var invocations []bootstrap.PrimaryBuilderInvocation
397 blueprintArgs := bootstrap.Args{
425 err := bootstrap.WriteBuildGlobsNinjaFile(&bootstrap.GlobSingleton{
428 GlobDir: bootstrap.GlobDirectory(config.SoongOutDir(), globPathName),
441 …_, err := bootstrap.RunBlueprint(blueprintArgs, bootstrap.DoEverything, blueprintCtx, blueprintCon…
DAndroid.bp36 "blueprint-bootstrap",
/build/make/core/clang/
DTARGET_arm64.mk10 ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
DTARGET_riscv64.mk10 ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
DTARGET_x86_64.mk10 ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
DTARGET_x86.mk10 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan
DTARGET_arm.mk10 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan
/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.mk151 libc.bootstrap \
154 libdl.bootstrap \
155 libdl_android.bootstrap \
177 libm.bootstrap \
344 com.android.webview.bootstrap
365 libclang_rt.hwasan.bootstrap \
/build/soong/bp2build/
DAndroid.bp17 "blueprint-bootstrap",
/build/blueprint/bootstrap/
Dwritedocs.go1 package bootstrap package
Dconfig.go15 package bootstrap package
/build/soong/tests/
Dbootstrap_test.sh22 local -r bootstrap_mtime1=$(stat -c "%y" out/soong/bootstrap.ninja)
25 local -r bootstrap_mtime2=$(stat -c "%y" out/soong/bootstrap.ninja)
41 local -r mtime1=$(stat -c "%y" out/soong/bootstrap.ninja)
43 sed -i 's/pluginGenSrcCmd/pluginGenSrcCmd2/g' build/blueprint/bootstrap/bootstrap.go
46 local -r mtime2=$(stat -c "%y" out/soong/bootstrap.ninja)
/build/soong/android/
Ddefs.go126 bootstrap.GlobFile(ctx.blueprintModuleContext(), pattern, excludes, file.String())
/build/bazel/
Dbazel.WORKSPACE242 "//build/bazel/toolchains/rust/bootstrap:rust_toolchain_android_arm64_base",
243 "//build/bazel/toolchains/rust/bootstrap:rust_toolchain_android_arm_base",
244 "//build/bazel/toolchains/rust/bootstrap:rust_toolchain_android_x86_64_base",
245 "//build/bazel/toolchains/rust/bootstrap:rust_toolchain_android_x86_base",
/build/soong/rust/
Dbuilder.go129 bootstrap bool member
145 bootstrap: module.Bootstrap(),
194 bootstrap: ccModule.Bootstrap(),
393 if t.bootstrap && !t.inRecovery && !t.inRamdisk && !t.inVendorRamdisk {
/build/bazel/toolchains/rust/
DBUILD.bazel104 rust_std = "//build/bazel/toolchains/rust/bootstrap:rust_stdlibs",
106 rustc_lib = "//build/bazel/toolchains/rust/bootstrap:sysroot_with_stdlibs",
/build/bazel/toolchains/rust/bootstrap/
Ddefs.bzl28 "//build/bazel/toolchains/rust/bootstrap:enable_base_toolchain",
38 "//build/bazel/toolchains/rust/bootstrap:enable_base_toolchain": True,
/build/bazel/rules/cc/
Dstatic_libc.bzl16 # Used to bootstrap cc development using the bionic lib build by Soong.

12