diff options
Diffstat (limited to 'android/testing.go')
-rw-r--r-- | android/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/testing.go b/android/testing.go index b9d8fa878..6290d4317 100644 --- a/android/testing.go +++ b/android/testing.go @@ -458,6 +458,7 @@ func (ctx *TestContext) Register() { // RegisterForBazelConversion prepares a test context for bp2build conversion. func (ctx *TestContext) RegisterForBazelConversion() { + ctx.SetRunningAsBp2build() RegisterMutatorsForBazelConversion(ctx.Context, ctx.bp2buildPreArch, ctx.bp2buildMutators) } |