diff options
| author | 2017-04-27 15:06:22 +0000 | |
|---|---|---|
| committer | 2017-04-27 15:06:24 +0000 | |
| commit | c502d726440e210e38e76d03752f38461c9fcbdc (patch) | |
| tree | acdb92a2b765cc87a08459267e430a8866e608cf /runtime/oat_file_assistant.cc | |
| parent | 4dc06e2ef900132d8395539842c35533da8b912a (diff) | |
| parent | 4e868fa7b8c47600695ff92deeb373674956a67d (diff) | |
Merge "Make vdex and dexlayout compatible."
Diffstat (limited to 'runtime/oat_file_assistant.cc')
| -rw-r--r-- | runtime/oat_file_assistant.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index 9471cbad6c..2c2b6fdcc2 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -808,6 +808,7 @@ OatFileAssistant::OatStatus OatFileAssistant::OatFileInfo::Status() { std::unique_ptr<VdexFile> vdex = VdexFile::Open(vdex_filename, /*writeable*/false, /*low_4gb*/false, + /*unquicken*/false, &error_msg); if (vdex == nullptr) { status_ = kOatCannotOpen; |