summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaj Kushwaha <rajk@codeaurora.org>2011-03-05 11:17:04 -0800
committerJessica Gonzalez <jgaona@codeaurora.org>2011-04-11 17:41:20 -0700
commite7aa339a39be38d6451992a8214ca2fa02e3b2c6 (patch)
tree06eaa504a82449ad661999e3bba97ad150ebc1c6
parentc6758d220d5ac0cb5c6506ace11ae3ed1b11abde (diff)
downloadbionic-e7aa339a39be38d6451992a8214ca2fa02e3b2c6.zip
bionic-e7aa339a39be38d6451992a8214ca2fa02e3b2c6.tar.gz
bionic-e7aa339a39be38d6451992a8214ca2fa02e3b2c6.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 (cherry picked from commit 3208f096b4f2e41974309ecd75877c542d7019bb) Change-Id: I4152b110c2b1abea7940f7f9d7c22be8ca1438fe
-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