Fix mips build

Change-Id: Ia2dc2e07740bdbb91ee92bfea459230015fcc99b
This commit is contained in:
Dmitriy Ivanov 2014-10-23 14:34:12 -07:00
parent e47b3f8456
commit 90b74fb867

View File

@ -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