add /vendor support

- add /vendor/lib to front of default library search path
- remove long-obsolete /lib from default library search path

Change-Id: I7d33bf899be018e7cc4c213d5790bbd991023a62
This commit is contained in:
Brian Swetland 2010-09-19 03:39:13 -07:00
parent cb99ab98c9
commit fedbcde6ef

View File

@ -606,8 +606,8 @@ static void dump(soinfo *si)
#endif
static const char *sopaths[] = {
"/vendor/lib",
"/system/lib",
"/lib",
0
};