diff options
Diffstat (limited to 'runtime/vdex_file.h')
| -rw-r--r-- | runtime/vdex_file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/vdex_file.h b/runtime/vdex_file.h index b9fd467017..db175bf3a7 100644 --- a/runtime/vdex_file.h +++ b/runtime/vdex_file.h @@ -87,8 +87,8 @@ class VdexFile { private: static constexpr uint8_t kVdexMagic[] = { 'v', 'd', 'e', 'x' }; - // Last update: Separate section for compact dex data. - static constexpr uint8_t kVdexVersion[] = { '0', '1', '6', '\0' }; + // Last update: Fix separate section for compact dex data. + static constexpr uint8_t kVdexVersion[] = { '0', '1', '7', '\0' }; uint8_t magic_[4]; uint8_t version_[4]; |