diff options
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/testing.go b/java/testing.go index ab3af6576..08bae4407 100644 --- a/java/testing.go +++ b/java/testing.go @@ -205,9 +205,6 @@ func GatherRequiredDepsForTest() string { systemModules := []string{ "core-current-stubs-system-modules", "core-platform-api-stubs-system-modules", - "android_stubs_current_system_modules", - "android_system_stubs_current_system_modules", - "android_test_stubs_current_system_modules", } for _, extra := range systemModules { |