From 5c1960762510a916ffdc43331e5f43b37e034b39 Mon Sep 17 00:00:00 2001 From: Chenfu Bao Date: Mon, 29 Dec 2014 16:10:45 +0800 Subject: [PATCH] Update oat version to 053. Oat version in class OatHeader had increased to 052, but commit 2bcb3b228bc418bcc7fdc3d58d0a0da422a0b6d5 (changeID I8cef1c6cc9cb2faa052167a3437e81b4c2cbefa7) changed it back to 045. Change-Id: I5bf7b995c9d99a536f6356d9fd5b5e746a933f2e Signed-off-by: Chenfu Bao --- runtime/oat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/oat.h b/runtime/oat.h index f21848205..8e63d3ae8 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[] = { '0', '4', '5', '\0' }; + static constexpr uint8_t kOatVersion[] = { '0', '5', '3', '\0' }; static constexpr const char* kImageLocationKey = "image-location"; static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline"; -- 2.11.0