diff options
| author | 2017-06-01 12:00:00 -0700 | |
|---|---|---|
| committer | 2017-06-01 12:00:00 -0700 | |
| commit | c137cb03a90b9fd5a7d0ec7dd9b250db82ca88ef (patch) | |
| tree | f5e5833d9af076bd03558f157786e5171203932d | |
| parent | 38c4ae5f4c5a033b7a7441032f39ea58f5772d4c (diff) | |
Bump oat version
Forgot to do for
https://android-review.googlesource.com/#/c/406395/
Test: m
Bug: 62200509
Change-Id: If4292e753504cc764d3213cc88bbd114e71fa960
| -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 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"; |