From 9c4b970db31b234d6c0358802cd14ba4262e4ce6 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Wed, 14 Nov 2018 15:09:02 +0000 Subject: Rewrite image type in CompilerOptions. Prepare for introduction of boot image extension. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Test: Pixel 2 XL boots. Change-Id: Id007c4aeb4ada84fe65c1148fdf67e8a412e5b74 --- compiler/driver/compiler_options.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/driver/compiler_options.cc') diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc index 685cde338b..3610f1831b 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -44,8 +44,7 @@ CompilerOptions::CompilerOptions() no_inline_from_(), dex_files_for_oat_file_(), image_classes_(), - boot_image_(false), - app_image_(false), + image_type_(ImageType::kNone), compiling_with_core_image_(false), baseline_(false), debuggable_(false), -- cgit v1.2.3-59-g8ed1b