summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2020-02-12 04:36:43 +0900
committer Jiyong Park <jiyong@google.com> 2020-02-12 04:36:43 +0900
commitaae9bd11c2e911807686c6bb0be0b9fa96dfcbb0 (patch)
tree86debb93a921ae9380310d65ca0aa5c2f6340f85 /java/testing.go
parent2b2aee33a77e2da23da6bfa8f3d355b21dcb4cd4 (diff)
sdk_version: "system_server_current"
The new sdk version "system_server_current" is for system server components that needs to use all public APIs, system APIs, module APIs, and the system server APIs. Bug: 146757305 Test: m Change-Id: I24fd5af010532a110393676607dc90889f2ec17e
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 8f979c73e..3111109a5 100644
--- a/java/testing.go
+++ b/java/testing.go
@@ -147,6 +147,7 @@ func GatherRequiredDepsForTest() string {
"android_system_stubs_current",
"android_test_stubs_current",
"android_module_lib_stubs_current",
+ "services-stubs",
"core.current.stubs",
"core.platform.api.stubs",
"kotlin-stdlib",