am ee223d50: Merge "adb: Increase the max number of emulator instances to 64"

* commit 'ee223d50a009af39be577c30cc35257c751f05a1':
  adb: Increase the max number of emulator instances to 64
This commit is contained in:
David 'Digit' Turner 2014-03-14 20:35:08 +00:00 committed by Android Git Automerger
commit 111c882b3c
1 changed files with 1 additions and 1 deletions

View File

@ -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 );