diff options
Diffstat (limited to 'runtime/oat_file.h')
-rw-r--r-- | runtime/oat_file.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/oat_file.h b/runtime/oat_file.h index 96e651e446..a48791ee73 100644 --- a/runtime/oat_file.h +++ b/runtime/oat_file.h @@ -64,7 +64,9 @@ class OatFile { // Opens an oat file contained within the given elf file. This is always opened as // non-executable at the moment. - static OatFile* OpenWithElfFile(ElfFile* elf_file, const std::string& location, + static OatFile* OpenWithElfFile(ElfFile* elf_file, + VdexFile* vdex_file, + const std::string& location, const char* abs_dex_location, std::string* error_msg); // Open an oat file. Returns null on failure. Requested base can |