diff options
| author | 2017-06-22 03:56:38 +0000 | |
|---|---|---|
| committer | 2017-06-22 03:56:41 +0000 | |
| commit | 8979f71079ec18fa8d3c0915549ec03ee1fbadf5 (patch) | |
| tree | 13293a2a01c16cf084fdc0ac605940768c708730 | |
| parent | 4aeed04c082c86ff499418c4f1aaf72fbfe5e958 (diff) | |
| parent | 71fa64f4a1cf113b0d2ec00d05a168de07302032 (diff) | |
Merge "Bump vdex version to regenerate vdex files"
| -rw-r--r-- | runtime/vdex_file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/vdex_file.h b/runtime/vdex_file.h index ece5491472..93d282b9bb 100644 --- a/runtime/vdex_file.h +++ b/runtime/vdex_file.h @@ -65,7 +65,8 @@ class VdexFile { private: static constexpr uint8_t kVdexMagic[] = { 'v', 'd', 'e', 'x' }; - static constexpr uint8_t kVdexVersion[] = { '0', '0', '5', '\0' }; // access flags + // Last update: Disable in-place vdex update + static constexpr uint8_t kVdexVersion[] = { '0', '0', '6', '\0' }; uint8_t magic_[4]; uint8_t version_[4]; |