diff options
Diffstat (limited to 'compiler/oat_writer.h')
| -rw-r--r-- | compiler/oat_writer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/oat_writer.h b/compiler/oat_writer.h index 3d34956651..945048ecb7 100644 --- a/compiler/oat_writer.h +++ b/compiler/oat_writer.h @@ -79,6 +79,7 @@ class OatWriter { OatWriter(const std::vector<const DexFile*>& dex_files, uint32_t image_file_location_oat_checksum, uintptr_t image_file_location_oat_begin, + int32_t image_patch_delta, const CompilerDriver* compiler, TimingLogger* timings, SafeMap<std::string, std::string>* key_value_store); @@ -253,6 +254,7 @@ class OatWriter { // dependencies on the image. uint32_t image_file_location_oat_checksum_; uintptr_t image_file_location_oat_begin_; + int32_t image_patch_delta_; // data to write SafeMap<std::string, std::string>* key_value_store_; |