Searched refs:BuildDir (Results 1 – 12 of 12) sorted by relevance
/build/soong/cmd/soong_build/ |
D | main.go | 62 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/ |
D | main.go | 42 under = []string{filepath.Join(bootstrap.BuildDir, ".bootstrap")} 43 exempt = []string{filepath.Join(bootstrap.BuildDir, ".bootstrap", "build.ninja")}
|
/build/soong/android/ |
D | writedocs.go | 37 primaryBuilder, err := filepath.Rel(ctx.Config().BuildDir(), os.Args[0]) 40 os.Args[0], ctx.Config().BuildDir())
|
D | config.go | 61 func (c Config) BuildDir() string { func
|
/build/soong/ |
D | soong.bootstrap.in | 1 BUILDDIR="@@BuildDir@@"
|
/build/blueprint/bootstrap/ |
D | command.go | 46 BuildDir string var 56 flag.StringVar(&BuildDir, "b", ".", "the build output directory") 120 NinjaBuildDir = BuildDir
|
D | config.go | 39 return BuildDir
|
D | glob.go | 127 fileListFile := filepath.Join(BuildDir, ".glob", g.Name)
|
D | cleanup.go | 53 "@@BuildDir@@", BuildDir)
|
D | bootstrap.go | 171 return filepath.Join(BuildDir, bootstrapSubDir, "bin") 178 return filepath.Join(BuildDir, "bin") 710 …primaryBuilderNinjaGlobFile := absolutePath(filepath.Join(BuildDir, bootstrapSubDir, "build-globs.…
|
/build/soong/dexpreopt/ |
D | config.go | 159 buildDirPrefix := ctx.Config().BuildDir() + "/"
|
/build/soong/java/ |
D | java.go | 1286 patchPaths := ".:" + ctx.Config().BuildDir()
|