From c029c43c997540632c115f7855ddde5f95c0c49b Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 22 Mar 2021 15:00:28 +0000 Subject: Register java_plugin in PrepareForTestWithJavaBuildComponents Bug: 182885307 Test: m nothing Change-Id: I550d39ba46c548b6b099d8dc6a9c458ca931b2fa --- java/java_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'java/java_test.go') 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, -- cgit v1.2.3-59-g8ed1b