Searched defs:builderContext (Results 1 – 2 of 2) sorted by relevance
49 type builderContext struct { struct50 config android.Config53 func (x *builderContext) Config() android.Config { return x.config }54 func (x *builderContext) AddNinjaFileDeps(...string) {}55 func (x *builderContext) Build(android.PackageContext, android.BuildParams) {}56 …lderContext) Rule(android.PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule {
42 func builderContext() BuilderContext { func