OSDN Git Service

Update oat version to 053.
authorChenfu Bao <emailwrong@gmail.com>
Mon, 29 Dec 2014 08:10:45 +0000 (16:10 +0800)
committerChenfu Bao <emailwrong@gmail.com>
Mon, 29 Dec 2014 10:23:37 +0000 (10:23 +0000)
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 <emailwrong@gmail.com>
runtime/oat.h

index f218482..8e63d3a 100644 (file)
@@ -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";