Searched defs:BuildParams (Results 1 – 9 of 9) sorted by relevance
79 type BuildParams struct { struct80 Comment string // The comment that will appear above the definition.81 Depfile string // The dependency file name.82 Deps Deps // The format of the dependency file.83 Description string // The description that Ninja will print for the build.84 Rule Rule // The rule to invoke.85 Outputs []string // The list of explicit output targets.86 ImplicitOutputs []string // The list of implicit output targets.87 Inputs []string // The list of explicit input dependencies.88 Implicits []string // The list of implicit input dependencies.[all …]
80 Build(pctx PackageContext, params BuildParams)
384 Build(pctx PackageContext, params BuildParams)
29 type BuildParams struct { struct33 Rule blueprint.Rule36 Deps blueprint.Deps39 Depfile WritablePath41 Description string44 Output WritablePath47 Outputs WritablePaths50 ImplicitOutput WritablePath53 ImplicitOutputs WritablePaths56 Input Path[all …]
709 BuildParams anonMember789 func allOutputs(p BuildParams) []string {
46 Build(pctx PackageContext, params BuildParams)
430 Build(PackageContext, BuildParams) argument
25 Build(pctx android.PackageContext, params android.BuildParams)
69 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)