diff options
author | 2021-04-23 15:57:46 +0000 | |
---|---|---|
committer | 2021-04-23 15:57:46 +0000 | |
commit | d5f8421afd02d54c01bcc7b535c00d4fb99ee255 (patch) | |
tree | 287edb20ed8873e066455581724b22506e4573ca /java/testing.go | |
parent | 8811dcbb2280def907d536fb37a1e2daa83bc215 (diff) | |
parent | 36187b2cf30b1e95e562118005ec112c2c716446 (diff) |
Merge changes Ic32f02a6,Ibe358542
* changes:
Export classesJars initialized in hiddenAPIExtractInformation
Generalize the platformBootclasspathDepsMutator
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) |