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

Commit c5036da7 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android Git Automerger
Browse files

am 176bf95b: am 111c882b: am ee223d50: Merge "adb: Increase the max number of...

am 176bf95b: am 111c882b: am ee223d50: Merge "adb: Increase the max number of emulator instances to 64"

* commit '176bf95b':
  adb: Increase the max number of emulator instances to 64
parents 8e45a18a 176bf95b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ static inline void fix_endians(apacket *p)
 * local transport it is connected. The list is used to detect when we're
 * trying to connect twice to a given local transport.
 */
#define  ADB_LOCAL_TRANSPORT_MAX  16
#define  ADB_LOCAL_TRANSPORT_MAX  64

ADB_MUTEX_DEFINE( local_transports_lock );