diff options
| -rw-r--r-- | runtime/oat/oat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat/oat.h b/runtime/oat/oat.h index bfda96ec8e..445f088d17 100644 --- a/runtime/oat/oat.h +++ b/runtime/oat/oat.h @@ -45,7 +45,7 @@ class EXPORT PACKED(4) OatHeader { public: static constexpr std::array<uint8_t, 4> kOatMagic { { 'o', 'a', 't', '\n' } }; // Last oat version changed reason: Restore to 16 KB ELF alignment. - static constexpr std::array<uint8_t, 4> kOatVersion{{'2', '5', '6', '\0'}}; + static constexpr std::array<uint8_t, 4> kOatVersion{{'2', '5', '8', '\0'}}; static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline"; static constexpr const char* kDebuggableKey = "debuggable"; |