Fix mips build
Change-Id: Ia2dc2e07740bdbb91ee92bfea459230015fcc99b
This commit is contained in:
parent
e47b3f8456
commit
90b74fb867
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user