aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index c4f6edc62b8..9a5b6a609f1 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -76,6 +76,9 @@ class MachCommands(CommandBase):
opts += ["--no-default-features"]
features += ["glutin_app", "headless"]
+ if android:
+ features += ["android_glue"]
+
if features:
opts += ["--features", "%s" % ' '.join(features)]