mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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
|
@ -183,10 +183,10 @@ mod android {
|
||||||
use self::libc::funcs::c95::stdio::fgets;
|
use self::libc::funcs::c95::stdio::fgets;
|
||||||
use self::libc::funcs::posix88::stdio::fdopen;
|
use self::libc::funcs::posix88::stdio::fdopen;
|
||||||
use self::libc::funcs::posix88::unistd::{pipe, dup2};
|
use self::libc::funcs::posix88::unistd::{pipe, dup2};
|
||||||
|
use servo::util::task::spawn_named;
|
||||||
use std::ffi::CStr;
|
use std::ffi::CStr;
|
||||||
use std::ffi::CString;
|
use std::ffi::CString;
|
||||||
use std::str::from_utf8;
|
use std::str::from_utf8;
|
||||||
use util::task::spawn_named;
|
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
let mut pipes: [c_int; 2] = [ 0, 0 ];
|
let mut pipes: [c_int; 2] = [ 0, 0 ];
|
||||||
|
|
|
@ -242,9 +242,6 @@ class MachCommands(CommandBase):
|
||||||
notify_build_done(elapsed)
|
notify_build_done(elapsed)
|
||||||
|
|
||||||
print("Build completed in %0.2fs" % elapsed)
|
print("Build completed in %0.2fs" % elapsed)
|
||||||
# XXX(#7339) Android build is broken
|
|
||||||
if android:
|
|
||||||
return 0
|
|
||||||
return status
|
return status
|
||||||
|
|
||||||
@Command('build-cef',
|
@Command('build-cef',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue