am 3128176e
: Merge "Fix build following adb change."
* commit '3128176e7d8f5cee4afdff3b5fdcadbe66ef97af': Fix build following adb change.
This commit is contained in:
commit
cfe46542e4
1 changed files with 1 additions and 5 deletions
|
@ -26,13 +26,9 @@
|
|||
#include "adb.h"
|
||||
#include "transport.h"
|
||||
|
||||
int adb_main(int is_daemon, int server_port)
|
||||
{
|
||||
atexit(usb_cleanup);
|
||||
|
||||
int adb_main(int is_daemon, int server_port) {
|
||||
adb_device_banner = "sideload";
|
||||
|
||||
// No SIGCHLD. Let the service subproc handle its children.
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
init_transport_registration();
|
||||
|
|
Loading…
Reference in a new issue