diff options
Diffstat (limited to 'runtime/oat_file_assistant.cc')
-rw-r--r-- | runtime/oat_file_assistant.cc | 2 |
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)); } |