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, 1 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc
index 01a9727326..812fbbe604 100644
--- a/runtime/oat_file_assistant.cc
+++ b/runtime/oat_file_assistant.cc
@@ -1079,7 +1079,7 @@ const OatFile* OatFileAssistant::OatFileInfo::GetFile() {
executable,
/*low_4gb=*/false,
dex_locations,
- /*dex_fds=*/{},
+ /*dex_files=*/{},
/*reservation=*/nullptr,
&error_msg));
}