Merge "minadbd: track signature change of service_to_fd."

am: 5ac8cfe1ed

Change-Id: I6e308545ecfcf992f649cf24a8967acf58cea432
This commit is contained in:
Josh Gao
2018-04-14 15:55:39 -07:00
committed by android-build-merger
+1 -1
View File
@@ -58,7 +58,7 @@ static int create_service_thread(void (*func)(int, const std::string&), const st
return s[0]; return s[0];
} }
int service_to_fd(const char* name, const atransport* /* transport */) { int service_to_fd(const char* name, atransport* /* transport */) {
int ret = -1; int ret = -1;
if (!strncmp(name, "sideload:", 9)) { if (!strncmp(name, "sideload:", 9)) {