Lines Matching refs:bootstrap
86 configuration.SetStopBefore(bootstrap.StopBeforePrepareBuildActions)
94 …configuration, err := android.NewConfig(srcDir, outDir, bootstrap.CmdlineArgs.ModuleListFile, avai…
108 var firstArgs, secondArgs bootstrap.Args
110 firstArgs = bootstrap.CmdlineArgs
111 configuration.SetStopBefore(bootstrap.StopBeforeWriteNinja)
112 bootstrap.RunBlueprint(firstArgs, firstCtx.Context, configuration)
126 secondArgs = bootstrap.CmdlineArgs
127 ninjaDeps := bootstrap.RunBlueprint(secondArgs, secondCtx.Context, secondConfig)
148 soongDocsArgs := bootstrap.CmdlineArgs
149 bootstrap.RunBlueprint(soongDocsArgs, ctx.Context, configuration)
183 blueprintArgs := bootstrap.CmdlineArgs
192 return bootstrap.CmdlineArgs.OutFile
200 ninjaDeps := bootstrap.RunBlueprint(blueprintArgs, ctx.Context, configuration)
212 return bootstrap.CmdlineArgs.OutFile // TODO: This is a lie
217 return bootstrap.CmdlineArgs.OutFile // TODO: This is a lie
221 return bootstrap.CmdlineArgs.OutFile
378 bp2buildCtx.SetModuleListFile(bootstrap.CmdlineArgs.ModuleListFile)
387 configuration.SetStopBefore(bootstrap.StopBeforePrepareBuildActions)
392 blueprintArgs := bootstrap.CmdlineArgs
393 ninjaDeps := bootstrap.RunBlueprint(blueprintArgs, bp2buildCtx.Context, configuration)
396 ninjaDeps = append(ninjaDeps, bootstrap.GlobFileListFiles(configuration)...)
414 if bootstrap.CmdlineArgs.NinjaBuildDir[0] != '/' {
415 excludes = append(excludes, bootstrap.CmdlineArgs.NinjaBuildDir)