summaryrefslogtreecommitdiffstats
path: root/runtime/oat.h
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-20 14:48:13 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-20 14:51:15 +0000
commit1412dfa4adcd511902e510fa0c948b168ab5840c (patch)
tree3301c7a9c55c3627cba29e14f4bce44d9de31da3 /runtime/oat.h
parent39374ce1df34164e0060b0621be98d33ba0ff4e6 (diff)
downloadart-1412dfa4adcd511902e510fa0c948b168ab5840c.zip
art-1412dfa4adcd511902e510fa0c948b168ab5840c.tar.gz
art-1412dfa4adcd511902e510fa0c948b168ab5840c.tar.bz2
Revert "Revert "Use optimizing for apps.""
This reverts commit 706cae36209932f258b2fe2e396f31d2dd7d585e. Change-Id: I75cc6206ec17ade52a6db0737b62aa37ea2fa300
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 c4716ce..120de6d 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', '6', '0', '\0' };
+ static constexpr uint8_t kOatVersion[] = { '0', '6', '1', '\0' };
static constexpr const char* kImageLocationKey = "image-location";
static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline";