Loading core/java/com/android/internal/os/ZygoteInit.java +3 −3 Original line number Diff line number Diff line Loading @@ -476,11 +476,11 @@ public class ZygoteInit { */ private static PathClassLoader createSystemServerClassLoader(String systemServerClasspath, int targetSdkVersion) { String librarySearchPath = System.getProperty("java.library.path"); String libraryPath = System.getProperty("java.library.path"); return PathClassLoaderFactory.createClassLoader(systemServerClasspath, librarySearchPath, null /* libraryPermittedPath */, libraryPath, libraryPath, ClassLoader.getSystemClassLoader(), targetSdkVersion, true /* isNamespaceShared */); Loading Loading
core/java/com/android/internal/os/ZygoteInit.java +3 −3 Original line number Diff line number Diff line Loading @@ -476,11 +476,11 @@ public class ZygoteInit { */ private static PathClassLoader createSystemServerClassLoader(String systemServerClasspath, int targetSdkVersion) { String librarySearchPath = System.getProperty("java.library.path"); String libraryPath = System.getProperty("java.library.path"); return PathClassLoaderFactory.createClassLoader(systemServerClasspath, librarySearchPath, null /* libraryPermittedPath */, libraryPath, libraryPath, ClassLoader.getSystemClassLoader(), targetSdkVersion, true /* isNamespaceShared */); Loading