am f33a7d7f: Merge "Fix mips build"

* commit 'f33a7d7f1cc96cf1445013fe49f6db0f03cbd44f':
  Fix mips build
This commit is contained in:
Dmitriy Ivanov 2014-10-28 04:46:55 +00:00 committed by Android Git Automerger
commit 3db80168ff

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