Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc08a90c authored by Dan Albert's avatar Dan Albert
Browse files

Fix build following adb change.

Change-Id: I2e0fb7e880e205b0bca324ff53ffdb5df9e34baf
parent 77a2c883
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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();