Bump up MAX_OAT_VERSION to 71

This commit is contained in:
Ben Gruver 2015-10-01 22:51:10 -07:00
parent 7844089286
commit ccf087b0dd
2 changed files with 8 additions and 2 deletions

View File

@ -15,4 +15,10 @@ fa2c054b28d4b540c1b3651401a7a091282a015f - 65
7bf2b4f1d08050f80782217febac55c8cfc5e4ef - 65 (re-commit of fa2c054b) 7bf2b4f1d08050f80782217febac55c8cfc5e4ef - 65 (re-commit of fa2c054b)
0b71357fb52be9bb06d35396a3042b4381b01041 - 66 0b71357fb52be9bb06d35396a3042b4381b01041 - 66
fab6788358dfb64e5c370611ddbbbffab0ed0553 - 67 fab6788358dfb64e5c370611ddbbbffab0ed0553 - 67
- Change in FieldGap priority queue ordering - Change in FieldGap priority queue ordering
1aee900d5a0b3a8d78725a7551356bda0d8554e1 - 68
54b62480636ae846d705fc180c7bd6cd08ec1e42 - 69
6e2d5747d00697a25251d25dd33b953e54709507 - 68 (revert of 54b62480)
0747466fca310eedea5fc49e37d54f240a0b3c0f - 69 (re-commit of 54b62480)
501fd635a557645ab05f893c56e1f358e21bab82 - 70
99170c636dfae4908b102347cfe9f92bad1881cc - 71

View File

@ -54,7 +54,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 = 67; private static final int MAX_OAT_VERSION = 71;
public static final int UNSUPPORTED = 0; public static final int UNSUPPORTED = 0;
public static final int SUPPORTED = 1; public static final int SUPPORTED = 1;