mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Remove hack for android builders now that build is successful once more.
This commit is contained in:
parent
7e8b8293b0
commit
7457dbf3fc
2 changed files with 1 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue