Merge "Special-case go modules in convertedToBazel" into main
This commit is contained in:
@@ -431,7 +431,7 @@ func getOtherModuleLabel(ctx BazelConversionPathContext, dep, tag string,
|
||||
|
||||
func BazelModuleLabel(ctx BazelConversionPathContext, module blueprint.Module) string {
|
||||
// TODO(b/165114590): Convert tag (":name{.tag}") to corresponding Bazel implicit output targets.
|
||||
if !convertedToBazel(ctx, module) {
|
||||
if !convertedToBazel(ctx, module) || isGoModule(module) {
|
||||
return bp2buildModuleLabel(ctx, module)
|
||||
}
|
||||
b, _ := module.(Bazelable)
|
||||
|
Reference in New Issue
Block a user