diff options
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, |