commit | a63a2e971079f57d86acd2e736be99fe3f4f4a91 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Wed Apr 15 20:02:00 2020 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 25 23:06:30 2020 +0000 |
tree | 0e776f7888f5942145427c6cb888d2e4f36ed930 | |
parent | b50d453318b2db76d055ae135ebbfc538ed6c19e [diff] |
Search only the current class loader when checking for duplicates Do not check the entire class loader hierarchy for duplicate dex files because some use cases might be valid. The most error prone cases are actually duplicates within the same class loader. Test: gtest Bug: 154032843 Change-Id: I8c5efd4b2053a5b4052de6041d561554dddf4780 Merged-In: I8c5efd4b2053a5b4052de6041d561554dddf4780 (cherry picked from commit 86ac525b1f42876518c9040aeaf1a9710cc4332e)