commit | 9cc229742a516d0a6f5d072b2c26f5193975981f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 31 16:08:15 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu May 31 16:08:15 2012 -0700 |
tree | 343db559a2a4333e493a8853a19760f213d314d6 | |
parent | d06a6c7c40180c2c906d6981dd461ede2187bd99 [diff] [blame] |
Experiment with the continuous build. Change-Id: I05141c7395777ac04d53c23a2eacb2047f4e9104
diff --git a/src/dex2oat.cc b/src/dex2oat.cc index c9551aa..2770a96 100644 --- a/src/dex2oat.cc +++ b/src/dex2oat.cc
@@ -555,6 +555,10 @@ } } +#if !defined(ART_USE_LLVM_COMPILER) + thread_count = 1; +#endif + if (oat_filename.empty() && oat_fd == -1) { Usage("Output must be supplied with either --oat-file or --oat-fd"); }