diff options
| author | 2015-12-24 11:55:50 +0000 | |
|---|---|---|
| committer | 2015-12-24 11:55:50 +0000 | |
| commit | fed399c39a89a04966cf9c7da300c8a1d6404453 (patch) | |
| tree | b1c6399751c98babd3839bd4d5ff4a1f6a5c274c /compiler/common_compiler_test.cc | |
| parent | 58b2329de74a73d2f0a7ed001e50cc39df33d9da (diff) | |
| parent | 7f65b4669c52976cd5713dae47b901707ed77110 (diff) | |
Merge internal master into aosp/master.
Diffstat (limited to 'compiler/common_compiler_test.cc')
| -rw-r--r-- | compiler/common_compiler_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index c7c190793c..278c49017e 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -208,7 +208,8 @@ void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind, InstructionSe false, timer_.get(), -1, - "")); + /* profile_file */ "", + /* dex_to_oat_map */ nullptr)); // We typically don't generate an image in unit tests, disable this optimization by default. compiler_driver_->SetSupportBootImageFixup(false); } |