Searched refs:GetDirectDepsWithTag (Results 1 – 11 of 11) sorted by relevance
/build/soong/android/ |
D | licenses.go | 170 for _, module := range ctx.GetDirectDepsWithTag(licenseKindTag) { 182 for _, module := range ctx.GetDirectDepsWithTag(licensesTag) { 209 for _, module := range ctx.GetDirectDepsWithTag(licensesTag) {
|
D | license.go | 67 for _, module := range ctx.GetDirectDepsWithTag(licenseKindTag) {
|
D | module.go | 214 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module methodSpec 2333 func (b *baseModuleContext) GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module { func
|
/build/soong/python/ |
D | test.go | 92 for _, javaData := range ctx.GetDirectDepsWithTag(javaDataTag) {
|
D | python.go | 447 for _, dep := range ctx.GetDirectDepsWithTag(launcherSharedLibTag) { 475 for _, javaData := range ctx.GetDirectDepsWithTag(javaDataTag) {
|
/build/soong/java/ |
D | robolectric.go | 127 instrumented := ctx.GetDirectDepsWithTag(instrumentationForTag) 162 for _, dep := range ctx.GetDirectDepsWithTag(libTag) { 259 for _, m := range ctx.GetDirectDepsWithTag(roboCoverageLibsTag) {
|
D | lint.go | 342 extraLintCheckModules := ctx.GetDirectDepsWithTag(extraLintCheckTag)
|
D | base.go | 1467 return len(srcFiles) > 0 || len(ctx.GetDirectDepsWithTag(staticLibTag)) > 0
|
/build/soong/filesystem/ |
D | vbmeta.go | 138 for _, p := range ctx.GetDirectDepsWithTag(vbmetaPartitionDep) {
|
/build/soong/cc/ |
D | library.go | 1313 if static := ctx.GetDirectDepsWithTag(staticVariantTag); len(static) > 0 { 1327 stubs := ctx.GetDirectDepsWithTag(stubImplDepTag)
|
/build/soong/apex/ |
D | apex.go | 988 for _, testFor := range mctx.GetDirectDepsWithTag(testForTag) {
|