From 2fbf47f0c2c2b8674099bf183f21cb8991c20157 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Fri, 3 Jan 2020 14:16:22 +0900 Subject: [PATCH] Remove unused system_modules With https://android-review.googlesource.com/c/platform/build/soong/+/1145829, android_*stubs_current_system_modules are no longer used. Thus removing. Bug: 142896162 Test: m checkbuild Change-Id: Icb8ea48f9bdb73f780cd9bdacf4c111ca7b7cd9e --- java/testing.go | 3 --- 1 file changed, 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 {