Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A 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
/aosp12/build/soong/genrule/
H A Dgenrule.go544 bazelModuleLabel := g.GetBazelLabel(ctx, g)
547 bazelActionsUsed = g.generateBazelBuildActions(ctx, bazelModuleLabel)
/aosp12/build/soong/cc/
H A Dcc.go1647 bazelModuleLabel := c.GetBazelLabel(actx, c)
1650 bazelActionsUsed = c.bazelHandler.generateBazelBuildActions(actx, bazelModuleLabel)