Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dsingleton_ctx.go178 type singletonContext struct { struct
179 name string
180 context *Context
181 config interface{}
182 scope *localScope
183 globals *liveTracker
185 ninjaFileDeps []string
186 errs []error
188 actionDefs localBuildActions
191 func (s *singletonContext) Config() interface{} {
[all …]