diff options
author | 2020-07-01 12:09:01 +0000 | |
---|---|---|
committer | 2020-07-01 12:09:01 +0000 | |
commit | d6bc08bdbd870af944187c8f54f751a1d1d1507c (patch) | |
tree | d7c521d6ae77b70c11e2707202fd6facc8d1f416 /java/testing.go | |
parent | c88c02244cc9809f3772aadb62bf336fbb22dd20 (diff) | |
parent | 286d8f9972232414be35388f0e04943035877db7 (diff) |
Merge "Prepare Soong for switch to stable core/platform API." am: 286d8f9972
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1353885
Change-Id: I23afe384caa6bbf978075023455207c3097c5a49
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 6fc10dae3..f5688e627 100644 --- a/java/testing.go +++ b/java/testing.go @@ -197,6 +197,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 { |