aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2015-08-31 20:56:12 -0400
committerJosh Matthews <josh@joshmatthews.net>2015-09-01 09:10:25 -0400
commit7457dbf3fcd86991d5cea5e7635b47e06348d9d8 (patch)
tree3248a2d4432806ece4354f7d56c90cc0e46e2e82 /python/servo/build_commands.py
parent7e8b8293b051ba787e7717b6bf42655f4ee26f1a (diff)
downloadservo-7457dbf3fcd86991d5cea5e7635b47e06348d9d8.tar.gz
servo-7457dbf3fcd86991d5cea5e7635b47e06348d9d8.zip
Remove hack for android builders now that build is successful once more.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index d49632882e5..73d9b9046fa 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -242,9 +242,6 @@ class MachCommands(CommandBase):
notify_build_done(elapsed)
print("Build completed in %0.2fs" % elapsed)
- # XXX(#7339) Android build is broken
- if android:
- return 0
return status
@Command('build-cef',