diff options
author | 2021-03-22 15:00:28 +0000 | |
---|---|---|
committer | 2021-03-24 00:01:15 +0000 | |
commit | c029c43c997540632c115f7855ddde5f95c0c49b (patch) | |
tree | 653e03cfd1a1af3094c3717e14caa7a6591bdd7c /java/java_test.go | |
parent | dca349a7823e6efdfd15965342235077f0d77c60 (diff) |
Register java_plugin in PrepareForTestWithJavaBuildComponents
Bug: 182885307
Test: m nothing
Change-Id: I550d39ba46c548b6b099d8dc6a9c458ca931b2fa
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/java_test.go b/java/java_test.go index d27a73d30..19d800667 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -74,8 +74,6 @@ var prepareForJavaTest = android.GroupFixturePreparers( PrepareForTestWithOverlayBuildComponents, python.PrepareForTestWithPythonBuildComponents, android.FixtureRegisterWithContext(func(ctx android.RegistrationContext) { - ctx.RegisterModuleType("java_plugin", PluginFactory) - ctx.RegisterPreSingletonType("sdk_versions", sdkPreSingletonFactory) }), dexpreopt.PrepareForTestWithDexpreopt, |