diff options
Diffstat (limited to 'java/testing.go')
| -rw-r--r-- | java/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index 5b6a39b2a..28c1a2691 100644 --- a/java/testing.go +++ b/java/testing.go @@ -148,7 +148,7 @@ func GatherRequiredDepsForTest() string { "android_system_stubs_current", "android_test_stubs_current", "android_module_lib_stubs_current", - "services-stubs", + "android_system_server_stubs_current", "core.current.stubs", "core.platform.api.stubs", "kotlin-stdlib", |