Home
last modified time | relevance | path

Searched defs:BuildParams (Results 1 – 8 of 8) sorted by relevance

/build/blueprint/
Dninja_defs.go80 type BuildParams struct { struct
81 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 …]
Dsingleton_ctx.go80 Build(pctx PackageContext, params BuildParams)
Dmodule_ctx.go360 Build(pctx PackageContext, params BuildParams)
/build/soong/android/
Dmodule.go40 type BuildParams struct { struct
41 Rule blueprint.Rule
42 Deps blueprint.Deps
43 Depfile WritablePath
44 Description string
45 Output WritablePath
46 Outputs WritablePaths
47 SymlinkOutput WritablePath
48 SymlinkOutputs WritablePaths
49 ImplicitOutput WritablePath
[all …]
Dsingleton.go48 Build(pctx PackageContext, params BuildParams)
Dtesting.go566 BuildParams anonMember
Drule_builder.go464 Build(PackageContext, BuildParams) argument
/build/blueprint/bootstrap/
Dglob.go67 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)