Android-x86
Fork
Donation


Commit MetaInfo

Revisióncd3d23c17b00ddc9768b3c60886d92a93f2d331a (tree)
Tiempo2017-06-22 09:20:38
AutorTreeHugger Robot <treehugger-gerrit@goog...>
CommiterAndroid (Google) Code Review

Log Message

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

Cambiar Resumen

Diferencia incremental

--- a/runtime/vdex_file.h
+++ b/runtime/vdex_file.h
@@ -65,7 +65,8 @@ class VdexFile {
6565
6666 private:
6767 static constexpr uint8_t kVdexMagic[] = { 'v', 'd', 'e', 'x' };
68- static constexpr uint8_t kVdexVersion[] = { '0', '0', '5', '\0' }; // access flags
68+ // Last update: Disable in-place vdex update
69+ static constexpr uint8_t kVdexVersion[] = { '0', '0', '6', '\0' };
6970
7071 uint8_t magic_[4];
7172 uint8_t version_[4];
Show on old repository browser