commit | ee223d50a009af39be577c30cc35257c751f05a1 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Fri Mar 14 20:27:45 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 14 20:27:47 2014 +0000 |
tree | b1e79fcde1936831033639aa5f2a65128658ef4c | |
parent | 3b8de6705bb5c77b6f459fd6dd394ef606228a05 [diff] | |
parent | 094fd86b1423fbb4f4c421447ddf6d10a5027c7b [diff] |
Merge "adb: Increase the max number of emulator instances to 64"
diff --git a/adb/transport_local.c b/adb/transport_local.c index d2dbca6..948cc15 100644 --- a/adb/transport_local.c +++ b/adb/transport_local.c
@@ -48,7 +48,7 @@ * 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 );