summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2021-03-29 22:18:45 +0100
committer Paul Duffin <paulduffin@google.com> 2021-03-31 22:44:34 +0100
commitbb7f1ac7940ec14a72fbf39581aaabc124d9bd1c (patch)
treef086f6c6509ca9dd8cc88c1dfa7ffa0ba3f14704 /java/testing.go
parent4aa7faf487c76ac45fc7112b56865a44290533ea (diff)
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
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go1
1 files changed, 1 insertions, 0 deletions
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)