summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-07-01 12:21:39 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-07-01 12:21:39 +0000
commitc4ef52f518fccaa2fb97d9c8df50cbe6f86d1d61 (patch)
treea997d71ac41d84defbb9c744fee12e13e6ea0e01 /java/testing.go
parent245257db2196e3ccebe42d376ee010990a4cb62e (diff)
parentd6bc08bdbd870af944187c8f54f751a1d1d1507c (diff)
Merge "Prepare Soong for switch to stable core/platform API." am: 286d8f9972 am: d6bc08bdbd
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1353885 Change-Id: I8785b0cf32bb45c97878500f53754012a681da51
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go
index 1e4aee80f..26f12c8ee 100644
--- a/java/testing.go
+++ b/java/testing.go
@@ -196,6 +196,7 @@ func GatherRequiredDepsForTest() string {
systemModules := []string{
"core-current-stubs-system-modules",
"legacy-core-platform-api-stubs-system-modules",
+ "stable-core-platform-api-stubs-system-modules",
}
for _, extra := range systemModules {