diff options
| -rw-r--r-- | dex2oat/dex2oat.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index d57bf6cab3..e0ad64946e 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -596,6 +596,7 @@ class Dex2Oat FINAL { compiled_methods_zip_filename_(nullptr), compiled_methods_filename_(nullptr), passes_to_run_filename_(nullptr), + dirty_image_objects_filename_(nullptr), multi_image_(false), is_host_(false), elf_writers_(), |