commit | 67357306560658acf3636d5eedc37e6195373155 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Mon May 09 10:55:50 2016 -0700 |
committer | Dimitry Ivanov <dimitry@google.com> | Mon May 09 10:55:50 2016 -0700 |
tree | d7d92f136687cf30e93c2e3c240df9eeb0e0d400 | |
parent | 4a3c3ea979f8ab7a2fd38a39f98352c024140713 [diff] |
nativeloader: Fix the case of search_path == null When user creates custom classloader which does not extend BaseDexClassLoader the librarySearchPath gets set to null by java.lang.Runtime.doLoad(). This patch makes nativeloader correctly handle it. Bug: http://b/28659864 Change-Id: I1b61c6bc952984d7c49775a9178fc3270948e62a