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

Commit d0161f25 authored by Steve Kondik's avatar Steve Kondik
Browse files

adb: Fix compilation warning

Change-Id: Iab0cb977f81824338a37ecba233b45883c0bc13b
parent 60742215
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -447,10 +447,12 @@ static int create_subproc_thread(const char *name, const subproc_mode mode)
}
#endif

#if !ADB_HOST
static const char* bu_path()
{
    return (recovery_mode ? "/sbin/bu" : "/system/bin/bu");
}
#endif

int service_to_fd(const char *name)
{