summaryrefslogtreecommitdiff
path: root/runtime/image.cc
diff options
context:
space:
mode:
author android-build-team Robot <android-build-team-robot@google.com> 2018-04-05 07:23:24 +0000
committer android-build-team Robot <android-build-team-robot@google.com> 2018-04-05 07:23:24 +0000
commit406cfc2782cd6ba93a4162c066a0d13cbf4967a2 (patch)
tree14414421a47add577038a7cc60352effc262dfd1 /runtime/image.cc
parent1f07c426558d8019058d8825319091e1e2d6c55c (diff)
parent60af9c3a914c518f39d58a79a74a4ffdc4bdaa3a (diff)
Snap for 4701683 from 60af9c3a914c518f39d58a79a74a4ffdc4bdaa3a to pi-release
Change-Id: I75cb19465ec86c1ebb2aaa729a169155c1ad0a49
Diffstat (limited to 'runtime/image.cc')
-rw-r--r--runtime/image.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/image.cc b/runtime/image.cc
index 0955c3a3ca..3b13d05d80 100644
--- a/runtime/image.cc
+++ b/runtime/image.cc
@@ -26,7 +26,7 @@
namespace art {
const uint8_t ImageHeader::kImageMagic[] = { 'a', 'r', 't', '\n' };
-const uint8_t ImageHeader::kImageVersion[] = { '0', '5', '5', '\0' }; // Bitstring type check off.
+const uint8_t ImageHeader::kImageVersion[] = { '0', '5', '6', '\0' }; // ReachabilityFence.
ImageHeader::ImageHeader(uint32_t image_begin,
uint32_t image_size,