summaryrefslogtreecommitdiff
path: root/test/MultiDexModifiedSecondary/Main.java
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2014-11-17 15:13:34 +0000
committerVladimir Marko <vmarko@google.com>2014-11-17 18:31:11 +0000
commitb34674d246c7d678e5796d561af00d51ad43996c (patch)
treecf376caced98a080e17cb2c2e5e81588fc1145e0 /test/MultiDexModifiedSecondary/Main.java
parent938f966d399821d29075198cac4331d9a0c92bea (diff)
Fix ordering of fields with the same name.
While the Java language doesn't allow multiple fields with the same name in a single class (excluding fields from super classes), the bytecode specification permits it and tools such as proguard actually generate them. Define the order of these fields by their dex file index and relax the check of field ordering to permit identical names. Bug: 18211592 (cherry picked from commit 7a7c1db21782fb922d3ffc5c576117812624ea58) Change-Id: I8547eeac890b7483c8925367a85382197be9ea7a
Diffstat (limited to 'test/MultiDexModifiedSecondary/Main.java')
0 files changed, 0 insertions, 0 deletions