Home
last modified time | relevance | path

Searched refs:SoongOutDir (Results 1 – 3 of 3) sorted by relevance

/build/soong/ui/build/
Dsoong.go98 "--available_env", shared.JoinPath(config.SoongOutDir(), availableEnvFile),
99 "--used_env", shared.JoinPath(config.SoongOutDir(), usedEnvFile+suffix),
108 mainNinjaFile := shared.JoinPath(config.SoongOutDir(), "build.ninja")
109 globFile := shared.JoinPath(config.SoongOutDir(), ".bootstrap/soong-build-globs.ninja")
110 bootstrapGlobFile := shared.JoinPath(config.SoongOutDir(), ".bootstrap/build-globs.ninja")
111 bootstrapDepFile := shared.JoinPath(config.SoongOutDir(), ".bootstrap/build.ninja.d")
115 args.BuildDir = config.SoongOutDir()
119 args.OutFile = shared.JoinPath(config.SoongOutDir(), ".bootstrap/build.ninja")
130 bp2BuildMarkerFile := shared.JoinPath(config.SoongOutDir(), ".bootstrap/bp2build_workspace_marker")
171 buildDir: config.SoongOutDir(),
[all …]
Dconfig.go760 func (c *configImpl) SoongOutDir() string { func
765 return shared.TempDirForOutDir(c.SoongOutDir())
1075 return filepath.Join(c.SoongOutDir(), "build.ninja")
1086 return filepath.Join(c.SoongOutDir(), "Android-"+c.TargetProduct()+".mk")
1090 return filepath.Join(c.SoongOutDir(), "make_vars-"+c.TargetProduct()+".mk")
Dbuild.go39 ensureEmptyFileExists(ctx, filepath.Join(config.SoongOutDir(), ".soong.kati_enabled"))