Fix mips build
Bug: 18186310
(cherry picked from commit 90b74fb867
)
Change-Id: I8d4ed254e5c421b65b62c401abdb1ee07e5dc3b2
This commit is contained in:
@@ -2281,7 +2281,7 @@ bool soinfo::LinkImage(const soinfo_list_t& local_group, const android_dlextinfo
|
||||
#endif
|
||||
|
||||
#if defined(__mips__)
|
||||
if (!mips_relocate_got(this)) {
|
||||
if (!mips_relocate_got(this, local_group)) {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user