diff options
author | Josh Matthews <josh@joshmatthews.net> | 2015-08-31 20:56:12 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2015-09-01 09:10:25 -0400 |
commit | 7457dbf3fcd86991d5cea5e7635b47e06348d9d8 (patch) | |
tree | 3248a2d4432806ece4354f7d56c90cc0e46e2e82 /python/servo/build_commands.py | |
parent | 7e8b8293b051ba787e7717b6bf42655f4ee26f1a (diff) | |
download | servo-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.py | 3 |
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', |