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 c74f19bab5..a5ccb69b30 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -649,7 +649,7 @@ bool OatFileAssistant::ValidateBootClassPathChecksums(const OatFile& oat_file) { bool result = gc::space::ImageSpace::VerifyBootClassPathChecksums( oat_boot_class_path_checksums_view, oat_boot_class_path_view, - runtime->GetImageLocation(), + ArrayRef<const std::string>(runtime->GetImageLocations()), ArrayRef<const std::string>(runtime->GetBootClassPathLocations()), ArrayRef<const std::string>(runtime->GetBootClassPath()), isa_, |