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:
		@@ -606,8 +606,8 @@ static void dump(soinfo *si)
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const char *sopaths[] = {
 | 
					static const char *sopaths[] = {
 | 
				
			||||||
 | 
					    "/vendor/lib",
 | 
				
			||||||
    "/system/lib",
 | 
					    "/system/lib",
 | 
				
			||||||
    "/lib",
 | 
					 | 
				
			||||||
    0
 | 
					    0
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user