Merge "Fix mips build"

This commit is contained in:
Dmitriy Ivanov
2014-10-23 22:53:23 +00:00
committed by Gerrit Code Review

View File

@@ -2281,7 +2281,7 @@ bool soinfo::LinkImage(const soinfo_list_t& local_group, const android_dlextinfo
#endif #endif
#if defined(__mips__) #if defined(__mips__)
if (!mips_relocate_got(this)) { if (!mips_relocate_got(this, local_group)) {
return false; return false;
} }
#endif #endif