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/testing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'java/testing.go') diff --git a/java/testing.go b/java/testing.go index b0290dc3d..82a2103fd 100644 --- a/java/testing.go +++ b/java/testing.go @@ -44,6 +44,7 @@ var PrepareForTestWithJavaBuildComponents = android.GroupFixturePreparers( android.PrepareForTestWithAndroidBuildComponents, // Make java build components available to the test. android.FixtureRegisterWithContext(RegisterRequiredBuildComponentsForTest), + android.FixtureRegisterWithContext(registerJavaPluginBuildComponents), ) // Test fixture preparer that will define default java modules, e.g. standard prebuilt modules. -- cgit v1.2.3-59-g8ed1b