diff options
author | Andreas Gampe <agampe@google.com> | 2015-03-29 20:52:57 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-29 20:52:59 +0000 |
commit | 68e22f3b982ff9ccbdfb3b65b7cfc16fcae907ba (patch) | |
tree | 9de353620b2cd8712e3ae8e37352bcd6133217de /compiler/common_compiler_test.cc | |
parent | d6c93101f81fbdcd68b0fa2965d8af3877d15ea4 (diff) | |
parent | 4585f876eb5dfb936bd0d6cb6acd78a1f2182ba6 (diff) | |
download | android_art-68e22f3b982ff9ccbdfb3b65b7cfc16fcae907ba.tar.gz android_art-68e22f3b982ff9ccbdfb3b65b7cfc16fcae907ba.tar.bz2 android_art-68e22f3b982ff9ccbdfb3b65b7cfc16fcae907ba.zip |
Merge "ART: Some runtime cleanup"
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index d506cc21e9..257406a622 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -179,7 +179,7 @@ void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) { method_inliner_map_.reset(new DexFileToMethodInlinerMap); callbacks_.reset(new QuickCompilerCallbacks(verification_results_.get(), method_inliner_map_.get(), - false)); + CompilerCallbacks::CallbackMode::kCompileApp)); options->push_back(std::make_pair("compilercallbacks", callbacks_.get())); } |