summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-07 23:13:05 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-07 23:13:05 +0200
commit2496489cb4ec75f13b0d30f580332e74bf4a2fa8 (patch)
treebdd8221313613e4b514a17afa02f8fe7f567344d /recovery.cpp
parentresolved conflicts for merge of 5aa3ce3a to mnc-dr-dev-plus-aosp (diff)
parentam 06689dc5: Merge "Fix recovery image build." (diff)
downloadandroid_bootable_recovery-2496489cb4ec75f13b0d30f580332e74bf4a2fa8.tar
android_bootable_recovery-2496489cb4ec75f13b0d30f580332e74bf4a2fa8.tar.gz
android_bootable_recovery-2496489cb4ec75f13b0d30f580332e74bf4a2fa8.tar.bz2
android_bootable_recovery-2496489cb4ec75f13b0d30f580332e74bf4a2fa8.tar.lz
android_bootable_recovery-2496489cb4ec75f13b0d30f580332e74bf4a2fa8.tar.xz
android_bootable_recovery-2496489cb4ec75f13b0d30f580332e74bf4a2fa8.tar.zst
android_bootable_recovery-2496489cb4ec75f13b0d30f580332e74bf4a2fa8.zip
Diffstat (limited to '')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 8123903ae..515470f96 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -942,7 +942,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);
+ adb_main(0, DEFAULT_ADB_PORT, -1);
return 0;
}