Home
last modified time | relevance | path

Searched refs:GetDirectDepsWithTag (Results 1 – 11 of 11) sorted by relevance

/build/soong/android/
Dlicenses.go170 for _, module := range ctx.GetDirectDepsWithTag(licenseKindTag) {
182 for _, module := range ctx.GetDirectDepsWithTag(licensesTag) {
209 for _, module := range ctx.GetDirectDepsWithTag(licensesTag) {
Dlicense.go67 for _, module := range ctx.GetDirectDepsWithTag(licenseKindTag) {
Dmodule.go214 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module methodSpec
2333 func (b *baseModuleContext) GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module { func
/build/soong/python/
Dtest.go92 for _, javaData := range ctx.GetDirectDepsWithTag(javaDataTag) {
Dpython.go447 for _, dep := range ctx.GetDirectDepsWithTag(launcherSharedLibTag) {
475 for _, javaData := range ctx.GetDirectDepsWithTag(javaDataTag) {
/build/soong/java/
Drobolectric.go127 instrumented := ctx.GetDirectDepsWithTag(instrumentationForTag)
162 for _, dep := range ctx.GetDirectDepsWithTag(libTag) {
259 for _, m := range ctx.GetDirectDepsWithTag(roboCoverageLibsTag) {
Dlint.go342 extraLintCheckModules := ctx.GetDirectDepsWithTag(extraLintCheckTag)
Dbase.go1467 return len(srcFiles) > 0 || len(ctx.GetDirectDepsWithTag(staticLibTag)) > 0
/build/soong/filesystem/
Dvbmeta.go138 for _, p := range ctx.GetDirectDepsWithTag(vbmetaPartitionDep) {
/build/soong/cc/
Dlibrary.go1313 if static := ctx.GetDirectDepsWithTag(staticVariantTag); len(static) > 0 {
1327 stubs := ctx.GetDirectDepsWithTag(stubImplDepTag)
/build/soong/apex/
Dapex.go988 for _, testFor := range mctx.GetDirectDepsWithTag(testForTag) {