Explicitly initialize librarySearchPath of the SystemClassLoader
Explicitly set librarySearchPath of the system classloader to "java.library.path". It used to be set implicitly by BaseDexPathClassLoader implementation but it is no longer the case. Application classloaders do not have access to java.library.path anymore. Bug: http://b/28320913 Bug: http://b/28082914 Change-Id: I727f9fb3366365f223af8af4c4cfe8d7d38897c0 (cherry picked from commit e5717230)
Loading
Please sign in to comment