Fix build following adb change.

Change-Id: I2e0fb7e880e205b0bca324ff53ffdb5df9e34baf
This commit is contained in:
Dan Albert
2015-05-08 10:39:33 -07:00
parent 77a2c8839f
commit cc08a90cab
+1 -5
View File
@@ -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();