diff options
author | Elliott Hughes <enh@google.com> | 2015-11-20 22:16:39 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-11-20 22:16:39 +0100 |
commit | 8a4b7e5df17e0e3bd880206fd5636cfbd7223680 (patch) | |
tree | 4db1b285036d36cc9b3f48b8721eb916e8ac5d0c /minadbd | |
parent | Add slot_suffix field to struct bootloader_message. am: 846c094fee (diff) | |
parent | Merge "Track name change from adb_main to adb_server_main." (diff) | |
download | android_bootable_recovery-8a4b7e5df17e0e3bd880206fd5636cfbd7223680.tar android_bootable_recovery-8a4b7e5df17e0e3bd880206fd5636cfbd7223680.tar.gz android_bootable_recovery-8a4b7e5df17e0e3bd880206fd5636cfbd7223680.tar.bz2 android_bootable_recovery-8a4b7e5df17e0e3bd880206fd5636cfbd7223680.tar.lz android_bootable_recovery-8a4b7e5df17e0e3bd880206fd5636cfbd7223680.tar.xz android_bootable_recovery-8a4b7e5df17e0e3bd880206fd5636cfbd7223680.tar.zst android_bootable_recovery-8a4b7e5df17e0e3bd880206fd5636cfbd7223680.zip |
Diffstat (limited to 'minadbd')
-rw-r--r-- | minadbd/adb_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/adb_main.cpp b/minadbd/adb_main.cpp index c968204b2..0694280cb 100644 --- a/minadbd/adb_main.cpp +++ b/minadbd/adb_main.cpp @@ -25,7 +25,7 @@ #include "adb_auth.h" #include "transport.h" -int adb_main(int is_daemon, int server_port, int /* reply_fd */) { +int adb_server_main(int is_daemon, int server_port, int /* reply_fd */) { adb_device_banner = "sideload"; signal(SIGPIPE, SIG_IGN); |