Merge "Add missing formatting directive" into main am: e61a0817f6
am: 012c363b2b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2657400 Change-Id: I2ff59356e1bf3c32825de01b8fe9e4e49a7e92d1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -255,7 +255,7 @@ func (b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module b
|
|||||||
if b.ShouldConvertWithBp2build(ctx) {
|
if b.ShouldConvertWithBp2build(ctx) {
|
||||||
return bp2buildModuleLabel(ctx, module)
|
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 {
|
type Bp2BuildConversionAllowlist struct {
|
||||||
|
Reference in New Issue
Block a user