Home
last modified time | relevance | path

Searched refs:BuildDir (Results 1 – 12 of 12) sorted by relevance

/build/soong/cmd/soong_build/
Dmain.go62 configuration, err := android.NewConfig(srcDir, bootstrap.BuildDir, bootstrap.ModuleListFile)
83 …extraNinjaDeps = append(extraNinjaDeps, filepath.Join(configuration.BuildDir(), "always_rerun_for_…
98 metricsFile := filepath.Join(bootstrap.BuildDir, "soong_build_metrics.pb")
/build/blueprint/bootstrap/minibp/
Dmain.go42 under = []string{filepath.Join(bootstrap.BuildDir, ".bootstrap")}
43 exempt = []string{filepath.Join(bootstrap.BuildDir, ".bootstrap", "build.ninja")}
/build/soong/android/
Dwritedocs.go37 primaryBuilder, err := filepath.Rel(ctx.Config().BuildDir(), os.Args[0])
40 os.Args[0], ctx.Config().BuildDir())
Dconfig.go61 func (c Config) BuildDir() string { func
/build/soong/
Dsoong.bootstrap.in1 BUILDDIR="@@BuildDir@@"
/build/blueprint/bootstrap/
Dcommand.go46 BuildDir string var
56 flag.StringVar(&BuildDir, "b", ".", "the build output directory")
120 NinjaBuildDir = BuildDir
Dconfig.go39 return BuildDir
Dglob.go127 fileListFile := filepath.Join(BuildDir, ".glob", g.Name)
Dcleanup.go53 "@@BuildDir@@", BuildDir)
Dbootstrap.go171 return filepath.Join(BuildDir, bootstrapSubDir, "bin")
178 return filepath.Join(BuildDir, "bin")
710 …primaryBuilderNinjaGlobFile := absolutePath(filepath.Join(BuildDir, bootstrapSubDir, "build-globs.…
/build/soong/dexpreopt/
Dconfig.go159 buildDirPrefix := ctx.Config().BuildDir() + "/"
/build/soong/java/
Djava.go1286 patchPaths := ".:" + ctx.Config().BuildDir()