diff options
Diffstat (limited to 'android/defaults.go')
-rw-r--r-- | android/defaults.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/defaults.go b/android/defaults.go index e0e6e5cf1..cc723f728 100644 --- a/android/defaults.go +++ b/android/defaults.go @@ -180,7 +180,7 @@ func (d *DefaultsModuleBase) GenerateAndroidBuildActions(ctx ModuleContext) {} // ConvertWithBp2build to fulfill Bazelable interface; however, at this time defaults module are // *NOT* converted with bp2build -func (defaultable *DefaultsModuleBase) ConvertWithBp2build(ctx TopDownMutatorContext) { +func (defaultable *DefaultsModuleBase) ConvertWithBp2build(ctx Bp2buildMutatorContext) { // Defaults types are never convertible. ctx.MarkBp2buildUnconvertible(bp2build_metrics_proto.UnconvertedReasonType_TYPE_UNSUPPORTED, "") } |