summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-06-26 13:10:49 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-06-26 13:10:49 +0000
commit8d9815f4b12e42a4b327e8ee2a3d39a280a8a2c6 (patch)
tree0ae986eea6067bbb733e9ca54ef643222e087046 /compiler/driver/compiler_options.cc
parentfad8ad743e27b5d809f4e7d71d50fe3726cc7b2a (diff)
parent213ee2da6a1c58d0fc12c937bbd9c9974ca00aca (diff)
Merge "Move dex_files_for_oat_file_ to CompilerOptions."
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r--compiler/driver/compiler_options.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc
index 3d37b680ee..cc1af3e108 100644
--- a/compiler/driver/compiler_options.cc
+++ b/compiler/driver/compiler_options.cc
@@ -38,6 +38,7 @@ CompilerOptions::CompilerOptions()
num_dex_methods_threshold_(kDefaultNumDexMethodsThreshold),
inline_max_code_units_(kUnsetInlineMaxCodeUnits),
no_inline_from_(),
+ dex_files_for_oat_file_(),
image_classes_(),
boot_image_(false),
core_image_(false),