From bb7f1ac7940ec14a72fbf39581aaabc124d9bd1c Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 29 Mar 2021 22:18:45 +0100 Subject: Add a new platform_bootclasspath module type Initially, this is just a placeholder but functionality will be added in follow up changes. Bug: 177892522 Test: m nothing Change-Id: I890b0d5a117c51a19c9ac5df98c766761d3aa16c --- 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 1113af72c..80c107d12 100644 --- a/java/testing.go +++ b/java/testing.go @@ -194,6 +194,7 @@ func registerRequiredBuildComponentsForTest(ctx android.RegistrationContext) { RegisterDocsBuildComponents(ctx) RegisterGenRuleBuildComponents(ctx) registerJavaBuildComponents(ctx) + registerPlatformBootclasspathBuildComponents(ctx) RegisterPrebuiltApisBuildComponents(ctx) RegisterRuntimeResourceOverlayBuildComponents(ctx) RegisterSdkLibraryBuildComponents(ctx) -- cgit v1.2.3-59-g8ed1b