summaryrefslogtreecommitdiff
path: root/runtime/oat_file_assistant.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/oat_file_assistant.cc')
-rw-r--r--runtime/oat_file_assistant.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc
index dd400f2876..74f56710f0 100644
--- a/runtime/oat_file_assistant.cc
+++ b/runtime/oat_file_assistant.cc
@@ -1084,6 +1084,7 @@ const OatFile* OatFileAssistant::OatFileInfo::GetFile() {
file_.reset(OatFile::OpenFromVdex(zip_fd_,
std::move(vdex),
oat_file_assistant_->dex_location_,
+ oat_file_assistant_->context_,
&error_msg));
}
} else if (android::base::EndsWith(filename_, kDmExtension)) {
@@ -1096,6 +1097,7 @@ const OatFile* OatFileAssistant::OatFileInfo::GetFile() {
file_.reset(OatFile::OpenFromVdex(zip_fd_,
std::move(vdex),
oat_file_assistant_->dex_location_,
+ oat_file_assistant_->context_,
&error_msg));
}
}