From 08270f07fcb670fa078a6ef49f0b047f8299c0ab Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Thu, 8 Nov 2018 13:59:47 -0600 Subject: Get the magicleap build to work in CI --- python/servo/build_commands.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'python/servo/build_commands.py') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index ab9c769fb9f..b6b0a413026 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -248,10 +248,11 @@ class MachCommands(CommandBase): if android: target = self.config["android"]["target"] - if magicleap: - features += ["disable-native-bluetooth"] - if not target: - target = "aarch64-linux-android" + if not magicleap: + features += ["native-bluetooth"] + + if magicleap and not target: + target = "aarch64-linux-android" if target: if self.config["tools"]["use-rustup"]: -- cgit v1.2.3