aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorGlenn Watson <gw@intuitionlibrary.com>2015-01-20 07:53:47 +1000
committerGlenn Watson <gw@intuitionlibrary.com>2015-01-20 07:53:47 +1000
commit6dd12855ac28f25da4fa609c65b1f3336d5f99c3 (patch)
treece46b1cfce279fc28319b350ce73d561eacd6e8d /python
parenta7d18f9c03e3b777b323a16dd030d7087d542aa7 (diff)
downloadservo-6dd12855ac28f25da4fa609c65b1f3336d5f99c3.tar.gz
servo-6dd12855ac28f25da4fa609c65b1f3336d5f99c3.zip
Android doesn't need to explicitly specify glutin now.
Diffstat (limited to 'python')
-rw-r--r--python/servo/build_commands.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index aafaa815af1..78d9fb51318 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -64,10 +64,7 @@ class MachCommands(CommandBase):
with cd(path.join(apk_builder_dir, "apk-builder")):
subprocess.call(["cargo", "build"], env=self.build_env())
- # FIXME: This can be simplified when glutin becomes the default
- # and glfw has been removed.
- opts += ["--target", "arm-linux-androideabi", "--no-default-features"]
- features += ["glutin"]
+ opts += ["--target", "arm-linux-androideabi"]
if debug_mozjs or self.config["build"]["debug-mozjs"]:
features += ["script/debugmozjs"]