Revert "Fix mips build"

This reverts commit bf3d5ef5fd240d4c5fbde1b32f9084dbc720840b.

Bug: 18222321
Bug: 18211780
Change-Id: I902ed888197b358c77303f1acb6d5ffd7ae6dcd3
This commit is contained in:
Dmitriy Ivanov 2014-11-03 21:14:31 -08:00 committed by The Android Automerger
parent 86fdf8f09b
commit 8b952f5552

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