summaryrefslogtreecommitdiffstats
path: root/runtime/oat.h
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-19 18:51:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-19 18:51:08 +0000
commitf5988cf0c47ff935bb19c89ed0398be5fbe44bb6 (patch)
tree06d0ca4fc196f3dda795b5dafa2211025e9bdf8a /runtime/oat.h
parent00bb33c8151c05d7e1c89f6b999540c2036c5967 (diff)
parent706cae36209932f258b2fe2e396f31d2dd7d585e (diff)
downloadart-f5988cf0c47ff935bb19c89ed0398be5fbe44bb6.zip
art-f5988cf0c47ff935bb19c89ed0398be5fbe44bb6.tar.gz
art-f5988cf0c47ff935bb19c89ed0398be5fbe44bb6.tar.bz2
Merge "Revert "Use optimizing for apps.""
Diffstat (limited to 'runtime/oat.h')
-rw-r--r--runtime/oat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat.h b/runtime/oat.h
index d420c3a..79cb024 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', '5', '9', '\0' };
+ static constexpr uint8_t kOatVersion[] = { '0', '5', '8', '\0' };
static constexpr const char* kImageLocationKey = "image-location";
static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline";