summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-11-20 22:16:39 +0100
committerandroid-build-merger <android-build-merger@google.com>2015-11-20 22:16:39 +0100
commit8a4b7e5df17e0e3bd880206fd5636cfbd7223680 (patch)
tree4db1b285036d36cc9b3f48b8721eb916e8ac5d0c /recovery.cpp
parentAdd slot_suffix field to struct bootloader_message. am: 846c094fee (diff)
parentMerge "Track name change from adb_main to adb_server_main." (diff)
downloadandroid_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 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index e348b84d0..55334db32 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -1037,7 +1037,7 @@ main(int argc, char **argv) {
// only way recovery should be run with this argument is when it
// starts a copy of itself from the apply_from_adb() function.
if (argc == 2 && strcmp(argv[1], "--adbd") == 0) {
- adb_main(0, DEFAULT_ADB_PORT, -1);
+ adb_server_main(0, DEFAULT_ADB_PORT, -1);
return 0;
}