diff options
Diffstat (limited to 'sdk/java_sdk_test.go')
-rw-r--r-- | sdk/java_sdk_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go index af792f2e6..56706c7ee 100644 --- a/sdk/java_sdk_test.go +++ b/sdk/java_sdk_test.go @@ -43,10 +43,10 @@ java_system_modules_import { name: "core-current-stubs-system-modules", } java_system_modules_import { - name: "core-platform-api-stubs-system-modules", + name: "legacy-core-platform-api-stubs-system-modules", } java_import { - name: "core.platform.api.stubs", + name: "legacy.core.platform.api.stubs", } java_import { name: "android_stubs_current", |