From b2e874e151548930d674a64940506f29a58541b8 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 10 May 2016 16:03:42 -0700 Subject: Remove unnecessary dependencies and features from top-level Cargo.tomls The features for each crate will be computed based on the union of features specified in the dependency graph. Specifying the same ones again just adds more ways for them to get out of sync. --- python/servo/build_commands.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/servo/build_commands.py') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index feca17976d0..3dca0f3fae6 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -197,9 +197,6 @@ class MachCommands(CommandBase): if debug_mozjs or self.config["build"]["debug-mozjs"]: features += ["script/debugmozjs"] - if android: - features += ["android_glue"] - if features: opts += ["--features", "%s" % ' '.join(features)] -- cgit v1.2.3