OSDN Git Service

Search the application library path first.
authorJesse Wilson <jessewilson@google.com>
Fri, 27 Aug 2010 00:40:12 +0000 (17:40 -0700)
committerJesse Wilson <jessewilson@google.com>
Fri, 27 Aug 2010 01:10:33 +0000 (18:10 -0700)
commitaf7e77337d97ca5961159a7298e3f47a1c507db3
treefb9e3d757f70fcdd9e22cf1b6e4c799d68263eff
parent7740fdf49bd3968f8a3f23b251db07291e2b0595
Search the application library path first.

In Froyo and earlier, we search the system library path first. This
makes it impossible for applications to provide newer versions of
native libraries when old versions are shipped on the device.

Change-Id: I0a154e32f62a28cf841b9e8d2dbd2d9cce6f3128
http://b/issue?id=2933456
dalvik/src/main/java/dalvik/system/PathClassLoader.java
luni/src/test/java/libcore/dalvik/system/PathClassLoaderTest.java [new file with mode: 0644]