Home
last modified time | relevance | path

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

/build/soong/android/
Dsingleton.go179 type singletonContextAdaptor struct { struct
180 blueprint.SingletonContext
182 buildParams []BuildParams
183 ruleParams map[blueprint.Rule]blueprint.RuleParams
184 dists []dist
187 func (s *singletonContextAdaptor) blueprintSingletonContext() blueprint.SingletonContext {
191 func (s *singletonContextAdaptor) Config() Config {
195 func (s *singletonContextAdaptor) DeviceConfig() DeviceConfig {
199 func (s *singletonContextAdaptor) Variable(pctx PackageContext, name, value string) {
203 …pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule {
[all …]