summaryrefslogtreecommitdiffstats
path: root/runtime/parsed_options.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-08-25 17:51:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-25 17:51:38 +0000
commite25826e28ea65d9c1aa23f84788a091c677b20c7 (patch)
tree0d89c7f23c5095907756a53ef8ebdaf92db0a48d /runtime/parsed_options.h
parent21259fedf4fd0f786c71f69493ebfbb9affe3a8d (diff)
parent64ad14dbe2225441fb7734bf6d89358d96692eea (diff)
downloadart-e25826e28ea65d9c1aa23f84788a091c677b20c7.tar.gz
art-e25826e28ea65d9c1aa23f84788a091c677b20c7.tar.bz2
art-e25826e28ea65d9c1aa23f84788a091c677b20c7.zip
Merge "Support running without a boot image."
Diffstat (limited to 'runtime/parsed_options.h')
-rw-r--r--runtime/parsed_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h
index c0f00e1c79..c1474656f2 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_;