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
2 files changed