commit | ab6e6e0135d6ff6bde3dd6b192646c22eb633838 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed May 25 17:15:40 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Wed May 25 17:17:40 2016 -0700 |
tree | ae1c8ddbf0f5972cddb0a208b2214630cf6545f4 | |
parent | b36ab1a1a0355d15d692e2b6ff5955cae1275174 [diff] |
Fix non-deterministic errors with LOCAL_*_x86_64 LOCAL_*_x86_64 was sometimes recognized as a _64 suffix and other times as the correct _x86_64 suffix, based on the random order of the propertyPrefixes map. Replace the map with a slice so that the ordering is consistent, and ensure 64 as after x86_64. Change-Id: I1a4b4959f8ef4273ad4a1cdd0672ad557bf1891e