diff options
author | 2024-03-07 13:29:48 +0000 | |
---|---|---|
committer | 2024-03-07 13:29:48 +0000 | |
commit | f66031b556c386f582eab39b5c616104d77fc375 (patch) | |
tree | ff692b41c6022bdb576bcf5090b89a452608db9b /dex2oat/common_compiler_driver_test.cc | |
parent | 3370f9fc477f0b25c4c6b10321b3f8e46903ad4f (diff) |
Revert "Remove Compiler::Kind"
This reverts commit 3370f9fc477f0b25c4c6b10321b3f8e46903ad4f.
Reason for revert: Build failure: b/328584377
Change-Id: I078c00e2df24950a156cd0c3ac6d78778f6ac2ba
Diffstat (limited to 'dex2oat/common_compiler_driver_test.cc')
-rw-r--r-- | dex2oat/common_compiler_driver_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dex2oat/common_compiler_driver_test.cc b/dex2oat/common_compiler_driver_test.cc index 81e06b2345..91fa859c92 100644 --- a/dex2oat/common_compiler_driver_test.cc +++ b/dex2oat/common_compiler_driver_test.cc @@ -89,6 +89,7 @@ void CommonCompilerDriverTest::CreateCompilerDriver() { compiler_options_->profile_compilation_info_ = GetProfileCompilationInfo(); compiler_driver_.reset(new CompilerDriver(compiler_options_.get(), verification_results_.get(), + compiler_kind_, number_of_threads_, /* swap_fd= */ -1)); } |