summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Neil Fuller <nfuller@google.com> 2018-10-21 22:57:26 +0100
committer Paul Duffin <paulduffin@google.com> 2019-06-06 14:15:00 +0100
commitba88c4127463108cdbccd7e3c38407daef6c6b23 (patch)
tree83e7300a9f0c2938ccce32bc750b424b0aa27fa7 /java/testing.go
parentc4253b0ac98916ae851855adabd41c3aa17baa41 (diff)
Use correct system_modules with core.current.stubs
The system_modules defn used with core.current.stubs was core-system-modules which doesn't match. Instead, this change uses core-current-stubs-system-modules. Test: build Change-Id: Ifb9e77b02bbb04c1cb39c6b9f97932c20d44d8ba
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 fc7842dd2..e1b06a075 100644
--- a/java/testing.go
+++ b/java/testing.go
@@ -108,6 +108,7 @@ func GatherRequiredDepsForTest() string {
systemModules := []string{
"core-system-modules",
+ "core-current-stubs-system-modules",
"core-platform-api-stubs-system-modules",
"android_stubs_current_system_modules",
"android_system_stubs_current_system_modules",