am caa0deee
: am 97368e82
: am 242b2e0b
: Merge "Use /system/lib64 and /vendor/lib64 for 64-bit libraries."
* commit 'caa0deeefbac428a048d6987d9ea0a679ca39bb7': Use /system/lib64 and /vendor/lib64 for 64-bit libraries.
This commit is contained in:
commit
04ebb5916e
@ -90,8 +90,13 @@ static soinfo* sonext = &libdl_info;
|
|||||||
static soinfo* somain; /* main process, always the one after libdl_info */
|
static soinfo* somain; /* main process, always the one after libdl_info */
|
||||||
|
|
||||||
static const char* const gSoPaths[] = {
|
static const char* const gSoPaths[] = {
|
||||||
|
#if __LP64__
|
||||||
|
"/vendor/lib64",
|
||||||
|
"/system/lib64",
|
||||||
|
#else
|
||||||
"/vendor/lib",
|
"/vendor/lib",
|
||||||
"/system/lib",
|
"/system/lib",
|
||||||
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user