mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Add a build switch to disable the native bluetooth backend.
This commit is contained in:
parent
cc0ac89e1a
commit
83fda753a8
4 changed files with 15 additions and 3 deletions
|
@ -248,8 +248,10 @@ class MachCommands(CommandBase):
|
|||
if android:
|
||||
target = self.config["android"]["target"]
|
||||
|
||||
if magicleap and not target:
|
||||
target = "aarch64-linux-android"
|
||||
if magicleap:
|
||||
features += ["disable-native-bluetooth"]
|
||||
if not target:
|
||||
target = "aarch64-linux-android"
|
||||
|
||||
if target:
|
||||
if self.config["tools"]["use-rustup"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue