Lines Matching defs:ModuleBuildParams
37 type ModuleBuildParams struct { struct
38 Rule blueprint.Rule
39 Output WritablePath
40 Outputs WritablePaths
41 Input Path
42 Inputs Paths
43 Implicit Path
44 Implicits Paths
45 OrderOnly Paths
46 Default bool
47 Args map[string]string
74 ModuleBuild(pctx blueprint.PackageContext, params ModuleBuildParams)