summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2020-01-03 14:16:22 +0900
committer Jiyong Park <jiyong@google.com> 2020-01-03 14:16:22 +0900
commit2fbf47f0c2c2b8674099bf183f21cb8991c20157 (patch)
tree313af83ec7ad0dc64b9cdf03411302751a15c736 /java/testing.go
parent1b82e6a108ce8104c3f7ed7e63d6b0a88cd8a918 (diff)
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
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go3
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 {