diff options
Diffstat (limited to 'libdexfile/dex/dex_file_loader.h')
-rw-r--r-- | libdexfile/dex/dex_file_loader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdexfile/dex/dex_file_loader.h b/libdexfile/dex/dex_file_loader.h index 8d1cfaedb1..28cdfc13ce 100644 --- a/libdexfile/dex/dex_file_loader.h +++ b/libdexfile/dex/dex_file_loader.h @@ -108,7 +108,8 @@ class DexFileLoader { virtual bool GetMultiDexChecksums(const char* filename, std::vector<uint32_t>* checksums, std::string* error_msg, - int zip_fd = -1) const; + int zip_fd = -1, + bool* zip_file_only_contains_uncompress_dex = nullptr) const; // Opens .dex file, backed by existing memory virtual std::unique_ptr<const DexFile> Open(const uint8_t* base, |