Get the magicleap build to work in CI

This commit is contained in:
Alan Jeffrey 2018-11-08 13:59:47 -06:00
parent ed0e6e1bb2
commit 08270f07fc
7 changed files with 15 additions and 22 deletions

View file

@ -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"]: