diff options
| author | 2017-05-05 10:27:58 +0100 | |
|---|---|---|
| committer | 2017-05-08 10:55:22 +0100 | |
| commit | f977691961b5a49a074a535fcb29a5ad4a318974 (patch) | |
| tree | 0b27b0f1b7f48e82381ae418df94adeed5f2f54a | |
| parent | 93029177d766269e2685cf60625f61e38820e78d (diff) | |
Bump oat version after compiler filter name changes.
bug:37988580
Test: build
Change-Id: I87aebe69b85168be9d1ecc2e31da675e818a5692
| -rw-r--r-- | runtime/oat.h | 2 |
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"; |