Searched refs:bootstrap (Results 1 – 25 of 44) 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 | Android.bp | 155 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/ |
D | main.go | 203 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())
|
D | Android.bp | 23 "blueprint-bootstrap",
|
/build/soong/ui/build/ |
D | soong.go | 106 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…
|
D | Android.bp | 36 "blueprint-bootstrap",
|
/build/make/core/clang/ |
D | TARGET_arm64.mk | 10 ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
|
D | TARGET_riscv64.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_x86.mk | 10 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan
|
D | TARGET_arm.mk | 10 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan
|
/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 | 151 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/ |
D | Android.bp | 17 "blueprint-bootstrap",
|
/build/blueprint/bootstrap/ |
D | writedocs.go | 1 package bootstrap package
|
D | config.go | 15 package bootstrap package
|
/build/soong/tests/ |
D | bootstrap_test.sh | 22 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/ |
D | defs.go | 126 bootstrap.GlobFile(ctx.blueprintModuleContext(), pattern, excludes, file.String())
|
/build/bazel/ |
D | bazel.WORKSPACE | 242 "//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/ |
D | builder.go | 129 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/ |
D | BUILD.bazel | 104 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/ |
D | defs.bzl | 28 "//build/bazel/toolchains/rust/bootstrap:enable_base_toolchain", 38 "//build/bazel/toolchains/rust/bootstrap:enable_base_toolchain": True,
|
/build/bazel/rules/cc/ |
D | static_libc.bzl | 16 # Used to bootstrap cc development using the bionic lib build by Soong.
|
12