Remove unnecessary android_crazy_linker dependency from libc++abi

android_crazy_linker provides some other symbols that conflict with those
provided by Chrome.  This CL replaces the android_crazy_linker dependency, which
used to provide __cxa_demangle, with cxa_demangle_stub.cc that used to live in
base/android.

BUG=767901
R=pcc
CC=​thakis

Change-Id: I7713cf14f458879deaf1e0c02277bd2e073d3317
2 files changed