commit | 64ad14dbe2225441fb7734bf6d89358d96692eea | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Aug 19 14:23:13 2014 -0700 |
committer | Alex Light <allight@google.com> | Mon Aug 25 10:36:26 2014 -0700 |
tree | 8992ebe906a4a0040502132aa9c77628a0a5ced6 | |
parent | 688d4a42ff5ab3bcb28d516afcb80b79c392e8e4 [diff] [blame] |
Support running without a boot image. Bug: 17000769 Change-Id: I6404d5050c8a2f4ee6e70d58532eb25ee9de248e
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h index 1afd610..ba1b848 100644 --- a/runtime/parsed_options.h +++ b/runtime/parsed_options.h
@@ -51,6 +51,7 @@ bool is_zygote_; bool must_relocate_; bool dex2oat_enabled_; + bool image_dex2oat_enabled_; std::string patchoat_executable_; bool interpreter_only_; bool is_explicit_gc_disabled_;