am fedbcde6: add /vendor support

Merge commit 'fedbcde6ef552e84bf7ce7598bca7dddf1722d6a' into gingerbread-plus-aosp

* commit 'fedbcde6ef552e84bf7ce7598bca7dddf1722d6a':
  add /vendor support
This commit is contained in:
Brian Swetland
2010-09-19 03:51:34 -07:00
committed by Android Git Automerger

View File

@@ -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
}; };