Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath.

Boot jars are different to system server jars at build level, due to
added complexity of dexpreopt. As a logical separation add a new
classpath fragment type and split existing classpaths.proto generation
into relevant pieces.

Bug: 180105615
Test: m && launch_cvd; atest CtsClasspathsTestCases
Change-Id: I88bec09fc920166ffd0092faef980754ddeb6593
This commit is contained in:
satayev
2021-04-29 11:50:26 +01:00
parent 7c8769231b
commit 95e9c5bbfa
6 changed files with 167 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ bootstrap_go_package {
"sdk_library_external.go",
"support_libraries.go",
"system_modules.go",
"systemserver_classpath_fragment.go",
"testing.go",
"tradefed.go",
],
@@ -91,6 +92,7 @@ bootstrap_go_package {
"rro_test.go",
"sdk_test.go",
"system_modules_test.go",
"systemserver_classpath_fragment_test.go",
],
pluginFor: ["soong_build"],
}