Update OatVersions.txt to version 86

This commit is contained in:
Ben Gruver 2016-09-04 11:47:04 -07:00
parent 763caf1ef6
commit fdfb6d10f4
2 changed files with 14 additions and 1 deletions

View File

@ -31,3 +31,16 @@ a4f1220c1518074db18ca1044e9201492975750b - 74
- class offsets moved out to a separate table - class offsets moved out to a separate table
919f5536182890d2e03f59b961acf8f7c836ff61 - 74 (revert of 625a64aa) 919f5536182890d2e03f59b961acf8f7c836ff61 - 74 (revert of 625a64aa)
9bdf108885a27ba05fae8501725649574d7c491b - 75 (re-commit of 625a64aa) 9bdf108885a27ba05fae8501725649574d7c491b - 75 (re-commit of 625a64aa)
a62d2f04a6ecf804f8a78e722a6ca8ccb2dfa931 - 76
845e5064580bd37ad5014f7aa0d078be7265464d - 75 (revert of a62d2f04)
29d38e77c553c6cf71fc4dafe2d22b4e3f814872 - 76 (re-commit of 845e5064)
d1537b569b6cd18297c5e02d13cdd588c4366c51 - 77
61b28a17d9b6e8e998103646e98e4a9772e11927 - 78
9d07e3d128ccfa0ef7670feadd424a825e447d1d - 79
952e1e3710158982941fc70326e9fddc3021235d - 80
013e3f33495dcc31dba19c9de128d23ed441d7d3 - 81
87f3fcbd0db352157fc59148e94647ef21b73bce - 82
02b75806a80f8b75c3d6ba2ff97c995117630f36 - 83
4359e61927866c254bc2d701e3ea4c48de10b79c - 84
d549c28cfbddba945cb88857bcca3dce1414fb29 - 85
952dbb19cd094b8bfb01dbb33e0878db429e499a - 86

View File

@ -57,7 +57,7 @@ public class OatFile extends BaseDexBuffer {
// These are the "known working" versions that I have manually inspected the source for. // These are the "known working" versions that I have manually inspected the source for.
// Later version may or may not work, depending on what changed. // Later version may or may not work, depending on what changed.
private static final int MIN_OAT_VERSION = 56; private static final int MIN_OAT_VERSION = 56;
private static final int MAX_OAT_VERSION = 75; private static final int MAX_OAT_VERSION = 86;
public static final int UNSUPPORTED = 0; public static final int UNSUPPORTED = 0;
public static final int SUPPORTED = 1; public static final int SUPPORTED = 1;