diff options
Diffstat (limited to 'sdk/java_sdk_test.go')
| -rw-r--r-- | sdk/java_sdk_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go index c60002b08..cbffb501b 100644 --- a/sdk/java_sdk_test.go +++ b/sdk/java_sdk_test.go @@ -920,6 +920,7 @@ java_import { module_exports_snapshot { name: "myexports@current", host_supported: true, + java_libs: ["myexports_myjavalib@current"], target: { android: { java_header_libs: ["myexports_androidjavalib@current"], @@ -928,7 +929,6 @@ module_exports_snapshot { java_header_libs: ["myexports_hostjavalib@current"], }, }, - java_libs: ["myexports_myjavalib@current"], } `), checkAllCopyRules(` |