Introduce classpath_fragment.go.

A skeleton of a classpath fragment's interface and base to be used by
any modules that provide entries for *CLASSPATH variables at runtime.

In follow up changes, this would be extended to generate
packages/modules/SdkExtensions/proto/classpaths.proto configs for such
modules to be bundled into system and individual apex binaries.

Bug: 180105615
Test: m
Change-Id: I2df550862e97222c5650c4d0480c90231fd78ef0
This commit is contained in:
Artur Satayev
2021-04-07 15:45:02 +01:00
parent ed0f6e846f
commit eabf2c175f
2 changed files with 68 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ bootstrap_go_package {
"boot_image.go",
"boot_jars.go",
"builder.go",
"classpath_fragment.go",
"device_host_converter.go",
"dex.go",
"dexpreopt.go",