commit | 5688181a11ed71131b7462c62d5d182383378253 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 13 20:15:27 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 13 20:15:27 2020 +0000 |
tree | acd339309d3a9f69e1752b1c1c9c2ebc3b87cf27 | |
parent | 860e8682e27eea30cc604b60c9cab83d0b047012 [diff] | |
parent | 0b633d8800a778f3e1c294c5a61f20af79b601b4 [diff] |
Merge "Remove leftover support for target-as-host"
diff --git a/adb/adb.h b/adb/adb.h index e7fcc91..7f7dd0d 100644 --- a/adb/adb.h +++ b/adb/adb.h
@@ -185,14 +185,7 @@ } while (0) #endif -#if ADB_HOST_ON_TARGET -/* adb and adbd are coexisting on the target, so use 5038 for adb - * to avoid conflicting with adbd's usage of 5037 - */ -#define DEFAULT_ADB_PORT 5038 -#else #define DEFAULT_ADB_PORT 5037 -#endif #define DEFAULT_ADB_LOCAL_TRANSPORT_PORT 5555