commit | 66d1caf42c20efba8305efb3a819993126e8abbf | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Jul 15 23:56:47 2014 +0100 |
committer | Calin Juravle <calin@google.com> | Mon Aug 04 18:24:29 2014 +0100 |
tree | bb23104eafff5bf994696d2ffe78513846ee01d1 | |
parent | 07206af370746e6d7cf528e655b4854e7a865cfa [diff] |
Use canonical paths when searching for dex files Apps which use the DexPathClassLoader directly may pass symlinks when trying to load dex files. This will not work as we use string comparision to find the dex in an oat file. The CL fixes this issue by using using dex conical paths for comparisons. Bug: 15313272 (cherry picked from commit 4e1d579d6401fef2dd57b16f8d406e33221a69d9) Change-Id: I441f1ef18388c4a17c747a7e55b57f917724db85