Merge "ClassLoaderFactory: Correct broken refactoring from change 19da1cf72e8." into oc-mr1-dev
am: 57ae4db225
Change-Id: I852a6b01c196240571aed51342fc5e2310c080d6
This commit is contained in:
@@ -71,7 +71,7 @@ public class ClassLoaderFactory {
|
||||
String librarySearchPath, ClassLoader parent, String classloaderName) {
|
||||
if (isPathClassLoaderName(classloaderName)) {
|
||||
return new PathClassLoader(dexPath, librarySearchPath, parent);
|
||||
} else if (isPathClassLoaderName(classloaderName)) {
|
||||
} else if (isDelegateLastClassLoaderName(classloaderName)) {
|
||||
return new DelegateLastClassLoader(dexPath, librarySearchPath, parent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user