summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2016-09-28 22:09:05 +0000
committer android-build-merger <android-build-merger@google.com> 2016-09-28 22:09:05 +0000
commitc7e8eca014330720d371f9948ba41e151a1f9d27 (patch)
tree849349ba4dc851835a58a3436aeab6e2b2fbecf3
parentd6a77d2e8387ead613905e3f8ba91aeca0d8eaef (diff)
parentae444410cca87be3942bc5491c98d4c1b8a4a4a5 (diff)
DO NOT MERGE: Update Oat version to 088
am: ae444410cc Change-Id: I44f82f443b449733dadbc1e262aac83a782c76a5
-rw-r--r--runtime/oat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat.h b/runtime/oat.h
index 57675dc738..31e4e072c0 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', '7', '9', '\0' };
+ static constexpr uint8_t kOatVersion[] = { '0', '8', '8', '\0' };
static constexpr const char* kImageLocationKey = "image-location";
static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline";