Use /system/lib64 and /vendor/lib64 for 64-bit libraries.
Change-Id: I4886aeb3070bf97b4cfe8053388ecb1bda288017
This commit is contained in:
parent
58522099e5
commit
011bc0ba45
@ -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…
x
Reference in New Issue
Block a user