diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 8f5295cec6..d12a976be8 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -1002,7 +1002,8 @@ static bool OpenDexFilesFromImage(const std::string& image_location, return false; } std::unique_ptr<const OatFile> oat_file( - OatFile::OpenWithElfFile(elf_file.release(), + OatFile::OpenWithElfFile(/* zip_fd */ -1, + elf_file.release(), vdex_file.release(), oat_location, nullptr, |