diff options
author | 2020-07-01 12:21:39 +0000 | |
---|---|---|
committer | 2020-07-01 12:21:39 +0000 | |
commit | c4ef52f518fccaa2fb97d9c8df50cbe6f86d1d61 (patch) | |
tree | a997d71ac41d84defbb9c744fee12e13e6ea0e01 /java/testing.go | |
parent | 245257db2196e3ccebe42d376ee010990a4cb62e (diff) | |
parent | d6bc08bdbd870af944187c8f54f751a1d1d1507c (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.go | 1 |
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 { |