summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2020-05-06 10:23:19 +0100
committer Paul Duffin <paulduffin@google.com> 2020-05-10 23:56:18 +0100
commit08385bf9ac57ca1f94c5be3fc1379556243a1768 (patch)
tree27c72e89baa9aeafc3f7435aaa7ba7de71e79d84 /java/java_test.go
parent6d7f0a719c87a3d6561f715527c06849cb9b40b3 (diff)
Retry: Detect invalid arch specific properties in snapshot
Previously, the snapshot code did not know whether a specific property could be arch specific or not and assumed that they all were which meant that it could generate snapshots containing arch specific values for properties that are not arch specific and so would fail when unpacked. This change requires arch specific fields in SdkMemberProperties to be tagged as such using `android:"arch_variant"` (just as in module input property structures). Any property without that must have properties that are common across all variants. Bug: 155628860 Test: m nothing Merged-In: I3df60f0b53ba02ec2c55a80c7da058eac5909d26 Change-Id: I3df60f0b53ba02ec2c55a80c7da058eac5909d26 (cherry picked from commit 864e1b45dbf90e0b79b767be385e5f57f3dbdd25)
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions