Fix mips build

Bug: 18186310

(cherry picked from commit 90b74fb8671db6f5512821a033e12a6248e5c804)

Change-Id: I8d4ed254e5c421b65b62c401abdb1ee07e5dc3b2
This commit is contained in:
Dmitriy Ivanov 2014-10-23 14:34:12 -07:00
parent 6442dbd3bc
commit bf3d5ef5fd

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