Use java.lang.Object as the superclass of an unresolvable class while deodexing

This commit is contained in:
Ben Gruver 2012-12-25 20:05:51 -08:00
parent ebd1b0e9c1
commit c1023018d9

View File

@ -537,7 +537,7 @@ public class ClassPath {
}
public ClassDef getSuperclass() {
throw unresolvedValidationException();
return theClassPath.javaLangObjectClassDef;
}
public int getClassDepth() {