diff options
Diffstat (limited to 'android/namespace_test.go')
-rw-r--r-- | android/namespace_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/namespace_test.go b/android/namespace_test.go index 08e221a65..ea399da06 100644 --- a/android/namespace_test.go +++ b/android/namespace_test.go @@ -636,13 +636,12 @@ func setupTestFromFiles(t *testing.T, bps MockFS) (ctx *TestContext, errs []erro result := GroupFixturePreparers( FixtureModifyContext(func(ctx *TestContext) { ctx.RegisterModuleType("test_module", newTestModule) - ctx.RegisterModuleType("soong_namespace", NamespaceFactory) ctx.Context.RegisterModuleType("blueprint_test_module", newBlueprintTestModule) - ctx.PreArchMutators(RegisterNamespaceMutator) ctx.PreDepsMutators(func(ctx RegisterMutatorsContext) { ctx.BottomUp("rename", renameMutator) }) }), + PrepareForTestWithNamespace, bps.AddToFixture(), ). // Ignore errors for now so tests can check them later. |