summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-06-01 20:44:36 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-06-01 20:44:38 +0000
commit596c58b3dc73a4017d49af6c5037bbd7109fd31e (patch)
tree9547831d9cbf6248a5e742a491dab1b5395cd9f6
parentcd4590dab30cbc5efd21ed364efb557a3dbc2bd1 (diff)
parentc137cb03a90b9fd5a7d0ec7dd9b250db82ca88ef (diff)
Merge "Bump oat version"
-rw-r--r--runtime/oat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat.h b/runtime/oat.h
index b7c715cc03..57c2f9f6e6 100644
--- a/runtime/oat.h
+++ b/runtime/oat.h
@@ -32,7 +32,7 @@ class InstructionSetFeatures;
class PACKED(4) OatHeader {
public:
static constexpr uint8_t kOatMagic[] = { 'o', 'a', 't', '\n' };
- static constexpr uint8_t kOatVersion[] = { '1', '2', '5', '\0' }; // ARM Baker narrow thunks.
+ static constexpr uint8_t kOatVersion[] = { '1', '2', '6', '\0' }; // Shuffle access flags.
static constexpr const char* kImageLocationKey = "image-location";
static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline";