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

Commit 3128176e authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Fix build following adb change."

parents 77a2c883 cc08a90c
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();