Merge "Bump vdex version to regenerate vdex files" into oc-dev
am: cd3d23c17b

Change-Id: I52bb55409ff721c367419b9778ee7e8da263e85c
diff --git a/runtime/vdex_file.h b/runtime/vdex_file.h
index ece5491..93d282b 100644
--- a/runtime/vdex_file.h
+++ b/runtime/vdex_file.h
@@ -65,7 +65,8 @@
 
    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];