summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-05-05 10:27:58 +0100
committer Narayan Kamath <narayan@google.com> 2017-05-08 10:55:22 +0100
commitf977691961b5a49a074a535fcb29a5ad4a318974 (patch)
tree0b27b0f1b7f48e82381ae418df94adeed5f2f54a
parent93029177d766269e2685cf60625f61e38820e78d (diff)
Bump oat version after compiler filter name changes.
bug:37988580 Test: build Change-Id: I87aebe69b85168be9d1ecc2e31da675e818a5692
-rw-r--r--runtime/oat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat.h b/runtime/oat.h
index 924f77c65b..a38eebc188 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', '3', '\0' }; // ARM Baker link-time thunks.
+ static constexpr uint8_t kOatVersion[] = { '1', '2', '4', '\0' }; // New compiler filter names.
static constexpr const char* kImageLocationKey = "image-location";
static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline";