Searched defs:BuildParams (Results 1 – 9 of 9) sorted by relevance
80 type BuildParams struct { struct81 Comment string // The comment that will appear above the definition.82 Depfile string // The dependency file name.83 Deps Deps // The format of the dependency file.84 Description string // The description that Ninja will print for the build.85 Rule Rule // The rule to invoke.86 Outputs []string // The list of explicit output targets.87 ImplicitOutputs []string // The list of implicit output targets.88 SymlinkOutputs []string // The list of Outputs or ImplicitOutputs that are symlinks.89 Inputs []string // The list of explicit input dependencies.[all …]
80 Build(pctx PackageContext, params BuildParams)
371 Build(pctx PackageContext, params BuildParams)
25 Build(pctx android.PackageContext, params android.BuildParams)
42 type BuildParams struct { struct46 Rule blueprint.Rule49 Deps blueprint.Deps52 Depfile WritablePath54 Description string57 Output WritablePath60 Outputs WritablePaths62 SymlinkOutput WritablePath64 SymlinkOutputs WritablePaths67 ImplicitOutput WritablePath[all …]
732 BuildParams anonMember816 func allOutputs(p BuildParams) []string {
52 Build(pctx PackageContext, params BuildParams)
455 Build(PackageContext, BuildParams) argument
69 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)