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:
@@ -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"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user