summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaj Kushwaha <rajk@codeaurora.org>2011-03-05 11:17:04 -0800
committerRaj Kushwaha <rajk@codeaurora.org>2011-03-05 11:20:23 -0800
commit3208f096b4f2e41974309ecd75877c542d7019bb (patch)
treeda485f2e569d1338271df993f2528623778b4b8c
parent2819e7d21c1587c06d6e12d20b615d28e605ebf6 (diff)
downloadbionic-M8260AAABQNLZA30370B.zip
bionic-M8260AAABQNLZA30370B.tar.gz
bionic-M8260AAABQNLZA30370B.tar.bz2
Changes to increase the library limit so that the sharedlibrary along with the associated RPC libraries get loadedon boot-up. CRs-Fixed: 277116 Change-Id: I4666ce2c3b7bb5de5330ee7a32ca727816c90c3b
-rw-r--r--linker/linker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/linker.c b/linker/linker.c
index 42a5205..bb31703 100644
--- a/linker/linker.c
+++ b/linker/linker.c
@@ -53,7 +53,7 @@
#include "ba.h"
#define ALLOW_SYMBOLS_FROM_MAIN 1
-#define SO_MAX 96
+#define SO_MAX 128
/* Assume average path length of 64 and max 8 paths */
#define LDPATH_BUFSIZE 512