Revert "Fix mips build"
This reverts commit bf3d5ef5fd
.
Bug: 18222321
Bug: 18211780
Change-Id: I902ed888197b358c77303f1acb6d5ffd7ae6dcd3
This commit is contained in:

committed by
The Android Automerger

parent
86fdf8f09b
commit
8b952f5552
@@ -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
|
||||
|
Reference in New Issue
Block a user