diff options
| author | 2020-03-16 11:04:33 +0000 | |
|---|---|---|
| committer | 2020-03-16 11:04:33 +0000 | |
| commit | 843f09723b4612c0d7e0aa584c101db0b6f6ea32 (patch) | |
| tree | 6b4c66299d3f827555db4e1f55bb366d35b03171 /sdk/java_sdk_test.go | |
| parent | 2c73260636d727f3316da8a5bf5d1d21f5cef50c (diff) | |
| parent | 07ef3cb1fd0d444f46eb30dc1ba5c15071d6a0ea (diff) | |
Merge "Output properties before sets in snapshot module"
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(` |