diff options
author | Josh Gao <jmgao@google.com> | 2018-04-15 00:55:40 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-04-15 00:55:40 +0200 |
commit | 4c997ef29347caf1f6a41337c47a29eedfeaa8ac (patch) | |
tree | d33468216a94715270a36488e64c9142b4c3d875 /minadbd | |
parent | Merge "Remove the old log files if cache space is insufficient for OTA" am: 0b3e25719d (diff) | |
parent | Merge "minadbd: track signature change of service_to_fd." into pi-dev (diff) | |
download | android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.gz android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.bz2 android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.lz android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.xz android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.tar.zst android_bootable_recovery-4c997ef29347caf1f6a41337c47a29eedfeaa8ac.zip |
Diffstat (limited to 'minadbd')
-rw-r--r-- | minadbd/minadbd_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/minadbd_services.cpp b/minadbd/minadbd_services.cpp index 9f0f1f87d..043c51a6a 100644 --- a/minadbd/minadbd_services.cpp +++ b/minadbd/minadbd_services.cpp @@ -58,7 +58,7 @@ static int create_service_thread(void (*func)(int, const std::string&), const st 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; if (!strncmp(name, "sideload:", 9)) { |