Lines Matching refs:Config
93 func newNameResolver(config android.Config) *android.NameResolver { argument
97 func newContext(configuration android.Config) *android.Context { argument
106 switch ctx.Config().GetenvWithDefault("SOONG_GENERATES_NINJA_HINT", "") {
110 …if _, err := os.Stat(filepath.Join(topDir, ctx.Config().OutDir(), ".ninja_log")); errors.Is(err, o…
121 codegenContext := bp2build.NewCodegenContext(ctx.Config(), ctx, bp2build.QueryView, topDir)
170 weightListFile := filepath.Join(topDir, ctx.Config().OutDir(), ".ninja_weight_list")
179 func writeMetrics(configuration android.Config, eventHandler *metrics.EventHandler, metricsDir stri… argument
203 globDir := bootstrap.GlobDirectory(ctx.Config().SoongOutDir(), globListDir)
209 }, ctx.Config())
227 switch ctx.Config().BuildMode {
236 ninjaDeps, err := bootstrap.RunBlueprint(cmdlineArgs.Args, stopBefore, ctx.Context, ctx.Config())
243 switch ctx.Config().BuildMode {
335 func writeUsedEnvironmentFile(configuration android.Config) { argument