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 0351fd3afb..63058cfe6f 100644 --- a/runtime/vdex_file.h +++ b/runtime/vdex_file.h @@ -72,8 +72,8 @@ class VdexFile { private: static constexpr uint8_t kVdexMagic[] = { 'v', 'd', 'e', 'x' }; - // Last update: Change method lookup. - static constexpr uint8_t kVdexVersion[] = { '0', '0', '9', '\0' }; + // Last update: Use set for unverified_classes_. + static constexpr uint8_t kVdexVersion[] = { '0', '1', '0', '\0' }; uint8_t magic_[4]; uint8_t version_[4]; |