diff options
Diffstat (limited to 'linker/linker.c')
-rw-r--r-- | linker/linker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/linker.c b/linker/linker.c index 15a22f8..42a5205 100644 --- a/linker/linker.c +++ b/linker/linker.c @@ -606,8 +606,8 @@ static void dump(soinfo *si) #endif static const char *sopaths[] = { + "/vendor/lib", "/system/lib", - "/lib", 0 }; |