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 1843cc8535..ed36df4091 100644
--- a/runtime/oat_file_assistant.cc
+++ b/runtime/oat_file_assistant.cc
@@ -1135,7 +1135,7 @@ const OatFile* OatFileAssistant::OatFileInfo::GetFile() {
executable,
/*low_4gb=*/false,
dex_locations,
- /*dex_fds=*/ArrayRef<const int>(),
+ /*dex_fds=*/{},
/*reservation=*/nullptr,
&error_msg));
}