am 1e84f9da: am 3db80168: am f33a7d7f: Merge "Fix mips build"

* commit '1e84f9dab4dd4c366beb8eeade64df9352a47dbd':
  Fix mips build
This commit is contained in:
Dmitriy Ivanov 2014-10-29 17:32:30 +00:00 committed by Android Git Automerger
commit ba2e363f35

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