diff options
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', |