diff options
author | 2021-07-01 09:43:41 +0000 | |
---|---|---|
committer | 2021-07-01 09:43:41 +0000 | |
commit | 39924233e0679fa072366570774b16b8242b4c43 (patch) | |
tree | e4b962e664876df38f9cb33ae72521e1776ee049 /java/sdk_test.go | |
parent | f03aaf5fc7edb0219be65977f3e3ee3f2fb29d5d (diff) | |
parent | b54f5aa3599196cfed8c32d3e52e1c35b51b8473 (diff) |
Merge ""module_current" and "system_server_current" should contain ART's @SystemApi(MODULE_LIBRARIES)"
Diffstat (limited to 'java/sdk_test.go')
-rw-r--r-- | java/sdk_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sdk_test.go b/java/sdk_test.go index 2b1846592..bb595a54e 100644 --- a/java/sdk_test.go +++ b/java/sdk_test.go @@ -219,7 +219,7 @@ func TestClasspath(t *testing.T) { name: "module_current", properties: `sdk_version: "module_current",`, bootclasspath: []string{"android_module_lib_stubs_current", "core-lambda-stubs"}, - system: "core-current-stubs-system-modules", + system: "core-module-lib-stubs-system-modules", java9classpath: []string{"android_module_lib_stubs_current"}, aidl: "-pout/soong/framework_non_updatable.aidl", }, @@ -227,7 +227,7 @@ func TestClasspath(t *testing.T) { name: "system_server_current", properties: `sdk_version: "system_server_current",`, bootclasspath: []string{"android_system_server_stubs_current", "core-lambda-stubs"}, - system: "core-current-stubs-system-modules", + system: "core-module-lib-stubs-system-modules", java9classpath: []string{"android_system_server_stubs_current"}, aidl: "-pout/soong/framework.aidl", }, |