aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2018-03-29 03:49:53 -0400
committerJosh Matthews <josh@joshmatthews.net>2018-05-23 11:06:19 -0400
commitd6b8aaf576364a622f0ce637d3239c551750ca02 (patch)
treebc9fa389b9a8f529452382a7c56019c4a1caf772 /python/servo/build_commands.py
parent319556cf6a8e2717d16e4908943bbc07083ac1c7 (diff)
downloadservo-d6b8aaf576364a622f0ce637d3239c551750ca02.tar.gz
servo-d6b8aaf576364a622f0ce637d3239c551750ca02.zip
Support i686-linux-android target.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 1977cf78d4a..1e02061fe5f 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -295,6 +295,7 @@ class MachCommands(CommandBase):
sys.exit(1)
env["RUST_TARGET"] = target
+ env["ANDROID_TOOLCHAIN_NAME"] = self.config["android"]["toolchain_prefix"]
with cd(openssl_dir):
status = call(
make_cmd + ["-f", "openssl.makefile"],