Searched refs:BazelModuleLabel (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | bazel_paths.go | 103 return BazelLabelForModuleDepsWithFn(ctx, modules, BazelModuleLabel) 113 return BazelLabelForModuleDepsExcludesWithFn(ctx, modules, excludes, BazelModuleLabel) 340 l := getOtherModuleLabel(ctx, m, tag, BazelModuleLabel) 381 label := BazelModuleLabel(ctx, ctx.Module()) 395 func BazelModuleLabel(ctx BazelConversionPathContext, module blueprint.Module) string { func
|
/build/soong/cc/ |
D | bp2build.go | 882 label := android.BazelModuleLabel(ctx, m) 892 return android.BazelModuleLabel(ctx, m)
|