commit | 4e1d579d6401fef2dd57b16f8d406e33221a69d9 | [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 17:52:05 2014 +0100 |
tree | 2abc27cbd45cc8a4775df928280c63c1606cff75 | |
parent | 89c210bf418a152ccabfbbf853ddcce33aea450d [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 Change-Id: Ic314374b17612c3afbcadec93a88b2515a0aca5e