Home
last modified time | relevance | path

Searched defs:BuildParams (Results 1 – 9 of 9) 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.go371 Build(pctx PackageContext, params BuildParams)
/build/soong/snapshot/
Dutil.go25 Build(pctx android.PackageContext, params android.BuildParams)
/build/soong/android/
Dmodule.go42 type BuildParams struct { struct
46 Rule blueprint.Rule
49 Deps blueprint.Deps
52 Depfile WritablePath
54 Description string
57 Output WritablePath
60 Outputs WritablePaths
62 SymlinkOutput WritablePath
64 SymlinkOutputs WritablePaths
67 ImplicitOutput WritablePath
[all …]
Dtesting.go732 BuildParams anonMember
816 func allOutputs(p BuildParams) []string {
Dsingleton.go52 Build(pctx PackageContext, params BuildParams)
Drule_builder.go455 Build(PackageContext, BuildParams) argument
/build/blueprint/bootstrap/
Dglob.go69 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)