diff options
| author | Paul Duffin <paulduffin@google.com> | 2020-03-11 18:17:42 +0000 |
|---|---|---|
| committer | Paul Duffin <paulduffin@google.com> | 2020-03-13 17:25:23 +0000 |
| commit | 07ef3cb1fd0d444f46eb30dc1ba5c15071d6a0ea (patch) | |
| tree | 93e9bf77eac348be3669e1a266ce49692b72bc1f /sdk/java_sdk_test.go | |
| parent | 0174d8d2c94b59c503063ec2178e532f641948a7 (diff) | |
Output properties before sets in snapshot module
This ensures a consistent output irrespective of whether property sets
are created before or after the properties are added. This provides a
little more flexibility in the creation code which allows that to be
simplfied.
Also switches from using reflection to a type switch.
Bug: 142918168
Test: m nothing
Change-Id: Ia025bfc751f1217d1658de6fb8e15091ea0ea9ff
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(` |
