From 50146e9c8eadac8f71ab4e1ae689a0545aaed5a4 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 30 Jan 2020 18:00:15 +0900 Subject: sdk_version: "module_current" is supported module_* is a new API surface for OS modules (e.g. APEXes). It has slightly bigger API surface than the system_* SDK. Specifically, APIs with @SystemApi(client=MODULE_LIBRARIES) are added there. Bug: 146757305 Test: m Change-Id: I8980e50c0e3a4cd843048e0de1f638e854384f46 --- java/testing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'java/testing.go') diff --git a/java/testing.go b/java/testing.go index 08bae4407..3e5de7d2e 100644 --- a/java/testing.go +++ b/java/testing.go @@ -142,6 +142,7 @@ func GatherRequiredDepsForTest() string { "android_stubs_current", "android_system_stubs_current", "android_test_stubs_current", + "android_module_lib_stubs_current", "core.current.stubs", "core.platform.api.stubs", "kotlin-stdlib", -- cgit v1.2.3-59-g8ed1b