• Calin Juravle's avatar
    Use canonical paths when searching for dex files · 4e1d579d
    Calin Juravle authored
    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
    4e1d579d
dex_file_test.cc 14.5 KB