diff options
author | 2018-11-14 10:24:06 +0000 | |
---|---|---|
committer | 2018-11-14 10:24:06 +0000 | |
commit | b81c59ebb56db1fc454a59570426c40b6d619c5b (patch) | |
tree | 589277760527d8a1a53f99f07141a3e3e71a0716 /compiler/driver/compiler_options.cc | |
parent | 2b021c83498e523781ef3f413ebe34a3512900b3 (diff) | |
parent | 6be1dbd3bc34b2cfa0fe257acbea273f1b6f4a53 (diff) |
Merge "ART: Rewrite core image detection."
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r-- | compiler/driver/compiler_options.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc index be8e10e41e..685cde338b 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -45,8 +45,8 @@ CompilerOptions::CompilerOptions() dex_files_for_oat_file_(), image_classes_(), boot_image_(false), - core_image_(false), app_image_(false), + compiling_with_core_image_(false), baseline_(false), debuggable_(false), generate_debug_info_(kDefaultGenerateDebugInfo), |