diff options
Diffstat (limited to 'dexlayout/dexlayout.h')
-rw-r--r-- | dexlayout/dexlayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexlayout/dexlayout.h b/dexlayout/dexlayout.h index c4892d278b..c01eb79ecf 100644 --- a/dexlayout/dexlayout.h +++ b/dexlayout/dexlayout.h @@ -43,7 +43,6 @@ struct Options { bool disassemble_; bool exports_only_; bool ignore_bad_checksum_; - bool output_dex_files_; bool show_annotations_; bool show_cfg_; bool show_file_headers_; @@ -51,6 +50,7 @@ struct Options { bool verbose_; bool visualize_pattern_; OutputFormat output_format_; + const char* output_dex_directory_; const char* output_file_name_; const char* profile_file_name_; }; |