diff options
author | Haamed Gheibi <haamed@google.com> | 2021-07-12 20:47:16 +0000 |
---|---|---|
committer | Haamed Gheibi <haamed@google.com> | 2021-07-12 20:47:16 +0000 |
commit | d4fd974eb42fa9bc991011d544a48157aa8e95a7 (patch) | |
tree | 50a8f5955925465dbbf85d20ac51ff553b16557d /java/sdk_test.go | |
parent | ef25c8777180f88650dad8bd2499e8c8c9d174b7 (diff) | |
parent | 74d33e1a724ff26b5e9175fed9664b5387c7744f (diff) |
Merge SP1A.210709.002
Change-Id: I875d10af6b1546ee1b90ad5880874f8ef01f7ed3
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", }, |