Loading android/bazel.go +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ func (b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module b if b.ShouldConvertWithBp2build(ctx) { return bp2buildModuleLabel(ctx, module) } panic(fmt.Errorf("requested non-existent label for module ", module.Name())) panic(fmt.Errorf("requested non-existent label for module %s", module.Name())) } type Bp2BuildConversionAllowlist struct { Loading Loading
android/bazel.go +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ func (b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module b if b.ShouldConvertWithBp2build(ctx) { return bp2buildModuleLabel(ctx, module) } panic(fmt.Errorf("requested non-existent label for module ", module.Name())) panic(fmt.Errorf("requested non-existent label for module %s", module.Name())) } type Bp2BuildConversionAllowlist struct { Loading