Skip to content

Commit

Permalink
Disable bletooth for libmlservo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Nov 8, 2018
1 parent 919ffc0 commit 22ae71d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/libmlservo/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ test = false
bench = false

[dependencies]
libservo = { path = "../../components/servo" }
libservo = { path = "../../components/servo", features = ["disable-native-bluetooth"] }
log = "0.4"
servo-egl = "0.2"
smallvec = "0.6"
Expand Down
6 changes: 2 additions & 4 deletions python/servo/build_commands.py
Expand Up @@ -248,10 +248,8 @@ def build(self, target=None, release=False, dev=False, jobs=None,
if android:
target = self.config["android"]["target"]

if magicleap:
features += ["disable-native-bluetooth"]
if not target:
target = "aarch64-linux-android"
if magicleap and not target:
target = "aarch64-linux-android"

if target:
if self.config["tools"]["use-rustup"]:
Expand Down

0 comments on commit 22ae71d

Please sign in to comment.