am 4402804c: Revert "Fix mips build"

* commit '4402804c35c5c5992c728c6f3cee3bdbd325819e':
  Revert "Fix mips build"
This commit is contained in:
Dmitriy Ivanov
2014-11-04 17:17:54 +00:00
committed by Android Git Automerger

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, local_group)) { if (!mips_relocate_got(this)) {
return false; return false;
} }
#endif #endif