diff options
author | 2013-03-07 00:02:40 -0800 | |
---|---|---|
committer | 2013-03-07 00:02:40 -0800 | |
commit | 3f47c12487250f61f3be95e9f275e3b08e2c49fb (patch) | |
tree | 940732d0835af1cf80e8ec41eac6cafaca102a4c /src/compiler/driver/compiler_driver.h | |
parent | 650d7a60716a05680f13d2bd9190b633507e958f (diff) |
Fix portable build on build server by removing depenency on ANDROID_HOST_OUT
Change-Id: I713a156468d14e07c784013c3c37a18c3c075a71
Diffstat (limited to 'src/compiler/driver/compiler_driver.h')
-rw-r--r-- | src/compiler/driver/compiler_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/driver/compiler_driver.h b/src/compiler/driver/compiler_driver.h index 7f67c212e9..54a2f55b74 100644 --- a/src/compiler/driver/compiler_driver.h +++ b/src/compiler/driver/compiler_driver.h @@ -187,7 +187,7 @@ class CompilerDriver { void SetBitcodeFileName(std::string const& filename); // TODO: remove these Elf wrappers when libart links against LLVM (when separate compiler library is gone) - bool WriteElf(const std::string* host_prefix, + bool WriteElf(const std::string& android_root, bool is_host, const std::vector<const DexFile*>& dex_files, std::vector<uint8_t>& oat_contents, |