summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2014-03-14 20:34:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-14 20:34:26 +0000
commit7cb1504e8a234fa8aaa110912c75fb221307ad17 (patch)
tree44be89678fe4e7e7bb5abeb589ebd8d83a12a2e4 /adb
parent3890c01f85284311ec337fcc2c347490b5abff1f (diff)
parentee223d50a009af39be577c30cc35257c751f05a1 (diff)
downloadsystem_core-7cb1504e8a234fa8aaa110912c75fb221307ad17.tar.gz
system_core-7cb1504e8a234fa8aaa110912c75fb221307ad17.tar.bz2
system_core-7cb1504e8a234fa8aaa110912c75fb221307ad17.zip
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
Diffstat (limited to 'adb')
-rw-r--r--adb/transport_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/transport_local.c b/adb/transport_local.c
index d2dbca6f6..948cc1581 100644
--- a/adb/transport_local.c
+++ b/adb/transport_local.c
@@ -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 );