diff options
author | 2021-04-22 12:08:59 +0100 | |
---|---|---|
committer | 2021-04-23 09:32:14 +0100 | |
commit | 4994d26bfac6791f3729c5a1331f89c6ab20765e (patch) | |
tree | 0f13ec221beb114835577232983e951f5b6b9c26 /java/testing.go | |
parent | b67d878b8008866fbab73b1b7f3b4457d6c6ea1b (diff) |
Generalize the platformBootclasspathDepsMutator
Adds a BootclasspathDepsMutator that is currently only implemented by
the platform_bootclasspath but which can be implemented by
bootclasspath_fragment too.
Bug: 177892522
Test: m nothing
Change-Id: Ibe35854281004d6e40bf1f797144fb582e8c08b9
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index 08a71b880..e9cdddc53 100644 --- a/java/testing.go +++ b/java/testing.go @@ -232,6 +232,7 @@ func registerRequiredBuildComponentsForTest(ctx android.RegistrationContext) { RegisterAppBuildComponents(ctx) RegisterAppImportBuildComponents(ctx) RegisterAppSetBuildComponents(ctx) + registerBootclasspathBuildComponents(ctx) RegisterBootImageBuildComponents(ctx) RegisterDexpreoptBootJarsComponents(ctx) RegisterDocsBuildComponents(ctx) |