commit | 770a94c3754944213cf6fafe1c143d857143c9b9 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Jul 22 23:02:27 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Fri Jul 25 00:46:14 2014 -0700 |
tree | 46883646810f15caf39ff44147eaf85602b74ace | |
parent | d282991c78d1fd79a222c5f114e623da255ba8a0 [diff] |
Pass -Bsymbolic to the linker from clang when compiling against stlport_static. Bug: 14296739 If we don't pass -Bsymbolic, we end up with undefined symbols related to __dso_handle, which is only ever defined for shared objects. libstlport_static.a has several of these __dso_handle references (using R_ARM_REL32 relocations to access them). Change-Id: I2a12d44bef9c7ebb6c283f2db94d87b552fed851