Searched refs:GetDirectDepsWithTag (Results 1 – 4 of 4) sorted by relevance
115 instrumented := ctx.GetDirectDepsWithTag(instrumentationForTag)150 for _, dep := range ctx.GetDirectDepsWithTag(libTag) {247 for _, m := range ctx.GetDirectDepsWithTag(roboCoverageLibsTag) {
277 extraLintCheckModules := ctx.GetDirectDepsWithTag(extraLintCheckTag)
1922 return len(srcFiles) > 0 || len(ctx.GetDirectDepsWithTag(staticLibTag)) > 0
120 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module methodSpec1724 func (b *baseModuleContext) GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module { func