Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b633d88 authored by Kevin Brodsky's avatar Kevin Brodsky
Browse files

Remove leftover support for target-as-host

Support for target-as-host was removed by 4626b710 ("Fix win_sdk
build."), so ADB_HOST_ON_TARGET is never defined.

Test: build
Change-Id: I5ab27e68208677266e2e4272bc2bae7d6a097c5d
parent 860e8682
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -185,14 +185,7 @@ void put_apacket(apacket* p);
    } 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