Extract general bootclasspath related code into java/bootclasspath.go

The platform_bootclasspath and bootclasspath_fragment modules provide
different capabilities but are related and so have some common
functionality. This change moves some platform_bootclasspath code that
will be of use for bootclasspath_fragment in future into a separate
file.

Bug: 177892522
Test: m nothing
Change-Id: I827b85e33d16155fcc920d553100c9e99267dc4e
This commit is contained in:
Paul Duffin
2021-04-22 11:49:41 +01:00
parent a3693772a6
commit b67d878b80
3 changed files with 150 additions and 106 deletions

View File

@@ -31,6 +31,7 @@ bootstrap_go_package {
"base.go",
"boot_image.go",
"boot_jars.go",
"bootclasspath.go",
"builder.go",
"classpath_fragment.go",
"device_host_converter.go",