From 64ad14dbe2225441fb7734bf6d89358d96692eea Mon Sep 17 00:00:00 2001 From: Alex Light Date: Tue, 19 Aug 2014 14:23:13 -0700 Subject: Support running without a boot image. Bug: 17000769 Change-Id: I6404d5050c8a2f4ee6e70d58532eb25ee9de248e --- runtime/parsed_options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/parsed_options.h') 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 @@ class ParsedOptions { 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_; -- cgit v1.1