summaryrefslogtreecommitdiff
path: root/runtime/oat_file_assistant.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-04-27 15:06:22 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-04-27 15:06:24 +0000
commitc502d726440e210e38e76d03752f38461c9fcbdc (patch)
treeacdb92a2b765cc87a08459267e430a8866e608cf /runtime/oat_file_assistant.cc
parent4dc06e2ef900132d8395539842c35533da8b912a (diff)
parent4e868fa7b8c47600695ff92deeb373674956a67d (diff)
Merge "Make vdex and dexlayout compatible."
Diffstat (limited to 'runtime/oat_file_assistant.cc')
-rw-r--r--runtime/oat_file_assistant.cc1
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;