From: Chenfu Bao Date: Mon, 29 Dec 2014 08:10:45 +0000 (+0800) Subject: Update oat version to 053. X-Git-Tag: android-x86-7.1-r1~889^2~2288^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5c1960762510a916ffdc43331e5f43b37e034b39;p=android-x86%2Fart.git 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 --- 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";