Searched defs:BuildParams (Results 1 – 8 of 8) sorted by relevance
81 type BuildParams struct { struct82 Comment string // The comment that will appear above the definition.83 Depfile string // The dependency file name.84 Deps Deps // The format of the dependency file.85 Description string // The description that Ninja will print for the build.86 Rule Rule // The rule to invoke.87 Outputs []string // The list of explicit output targets.88 ImplicitOutputs []string // The list of implicit output targets.89 Inputs []string // The list of explicit input dependencies.90 Implicits []string // The list of implicit input dependencies.[all …]
80 Build(pctx PackageContext, params BuildParams)
438 Build(pctx PackageContext, params BuildParams)
32 type BuildParams struct { struct36 Rule blueprint.Rule39 Deps blueprint.Deps42 Depfile WritablePath44 Description string47 Output WritablePath50 Outputs WritablePaths53 ImplicitOutput WritablePath56 ImplicitOutputs WritablePaths59 Input Path[all …]
761 BuildParams anonMember841 func allOutputs(p BuildParams) []string {
49 Build(pctx PackageContext, params BuildParams)
492 Build(PackageContext, BuildParams) argument
25 Build(pctx android.PackageContext, params android.BuildParams)