Make system_server stubs consistent with other stubs
Include the module_api stubs in system_server one instead of
putting both of these jars on the classpath. Also rename it
to be in line with the other stubs.
Bug: 149293194
Test: m
Exempt-From-Owner-Approval: approved internally
Change-Id: Iead5af4152a49cd59a4fd7afc0312c2f0c872c1e
Merged-In: Iead5af4152a49cd59a4fd7afc0312c2f0c872c1e
(cherry picked from commit bbd78556da
)
This commit is contained in:
@@ -222,9 +222,9 @@ func TestClasspath(t *testing.T) {
|
||||
{
|
||||
name: "system_server_current",
|
||||
properties: `sdk_version: "system_server_current",`,
|
||||
bootclasspath: []string{"android_module_lib_stubs_current", "services-stubs", "core-lambda-stubs"},
|
||||
bootclasspath: []string{"android_system_server_stubs_current", "core-lambda-stubs"},
|
||||
system: "core-current-stubs-system-modules",
|
||||
java9classpath: []string{"android_module_lib_stubs_current", "services-stubs"},
|
||||
java9classpath: []string{"android_system_server_stubs_current"},
|
||||
aidl: "-p" + buildDir + "/framework.aidl",
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user