commit | 44fa342eb91b90df7998fa2808e21af75aafaf39 | [log] [tgz] |
---|---|---|
author | Donald Chai <dchai@google.com> | Fri May 31 22:13:00 2019 -0700 |
committer | Donald Chai <dchai@google.com> | Mon Jun 03 11:28:45 2019 -0700 |
tree | 3a1acdeb329cc430926d1082a2df8b42e7613350 | |
parent | e7ac92cd7d47c53feb70e0ef3fd820affee87863 [diff] |
[aapt2] Fix infinite loop in proguard::CollectLocations std::set only works correctly when the < comparator is a strict weak ordering, while UsageLocation::operator< was actually implementing !=. Bug: 134190468 Change-Id: Icb9407e9c8451f9fcb4eb9b2cea310e3bcaf159e Tested: aapt2_tests, and b/134190468#comment1