diff options
Diffstat (limited to 'sysprop/sysprop_test.go')
-rw-r--r-- | sysprop/sysprop_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go index d44f4cf2f..d24262dde 100644 --- a/sysprop/sysprop_test.go +++ b/sysprop/sysprop_test.go @@ -58,7 +58,8 @@ func testContext(config android.Config) *android.TestContext { ctx := android.NewTestArchContext() java.RegisterJavaBuildComponents(ctx) java.RegisterAppBuildComponents(ctx) - ctx.RegisterModuleType("java_system_modules", java.SystemModulesFactory) + java.RegisterSystemModulesBuildComponents(ctx) + ctx.PreArchMutators(android.RegisterPrebuiltsPreArchMutators) ctx.PreArchMutators(android.RegisterPrebuiltsPostDepsMutators) ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators) |