Home
last modified time | relevance | path

Searched refs:bazelModuleLabel (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dbazel_paths.go298 otherLabel := bazelModuleLabel(ctx, m, tag)
299 label := bazelModuleLabel(ctx, ctx.Module(), "")
309 func bazelModuleLabel(ctx BazelConversionPathContext, module blueprint.Module, tag string) string { func
/build/soong/genrule/
Dgenrule.go544 bazelModuleLabel := g.GetBazelLabel(ctx, g)
547 bazelActionsUsed = g.generateBazelBuildActions(ctx, bazelModuleLabel)