Merge "ClassLoaderFactory: Correct broken refactoring from change 19da1cf72e8." into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
57ae4db225
@@ -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