diff options
Diffstat (limited to 'runtime/parsed_options.h')
-rw-r--r-- | runtime/parsed_options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h index 23f2bcfa6..29d54945a 100644 --- a/runtime/parsed_options.h +++ b/runtime/parsed_options.h @@ -47,6 +47,10 @@ class ParsedOptions { std::string jni_trace_; CompilerCallbacks* compiler_callbacks_; bool is_zygote_; + // TODO Change this to true when we want it on by default. + static constexpr bool kDefaultMustRelocate = false; + bool must_relocate_; + std::string patchoat_executable_; bool interpreter_only_; bool is_explicit_gc_disabled_; bool use_tlab_; |