diff options
author | 2021-04-23 14:25:28 +0100 | |
---|---|---|
committer | 2021-04-23 16:59:26 +0100 | |
commit | 7771eba88e20a0bfce5033b0b8c82de7e4df2644 (patch) | |
tree | 79f739a169daf8acbd91404e7bca3b558e65e7a0 /java/testing.go | |
parent | d5f8421afd02d54c01bcc7b535c00d4fb99ee255 (diff) |
Rename BootImageModule to BootclasspathFragmentModule
Also renames files, tests, module types in a similar fashion.
There are still some references to image and boot image. They are kept
for the following reasons:
* image_name - this is the name of an ART boot image, i.e. the
collection of .art/.oat/.vdex files.
* BootImageInfo - again this is related to the ART boot image.
* .../art_boot_images/... paths - ditto.
Bug: 177892522
Test: m nothing
Change-Id: Ie1f4738061d131fee75de48bc26a7601481bad4d
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index e9cdddc53..649d27bf5 100644 --- a/java/testing.go +++ b/java/testing.go @@ -233,7 +233,7 @@ func registerRequiredBuildComponentsForTest(ctx android.RegistrationContext) { RegisterAppImportBuildComponents(ctx) RegisterAppSetBuildComponents(ctx) registerBootclasspathBuildComponents(ctx) - RegisterBootImageBuildComponents(ctx) + registerBootclasspathFragmentBuildComponents(ctx) RegisterDexpreoptBootJarsComponents(ctx) RegisterDocsBuildComponents(ctx) RegisterGenRuleBuildComponents(ctx) |