Searched defs:singletonContextAdaptor (Results 1 – 1 of 1) sorted by relevance
128 type singletonContextAdaptor struct { struct129 blueprint.SingletonContext131 buildParams []BuildParams132 ruleParams map[blueprint.Rule]blueprint.RuleParams135 func (s *singletonContextAdaptor) blueprintSingletonContext() blueprint.SingletonContext {139 func (s *singletonContextAdaptor) Config() Config {143 func (s *singletonContextAdaptor) DeviceConfig() DeviceConfig {147 func (s *singletonContextAdaptor) Variable(pctx PackageContext, name, value string) {151 …pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule {171 func (s *singletonContextAdaptor) Build(pctx PackageContext, params BuildParams) {[all …]