The current std::terminate_handler pulls in some string code, some I/O
code, and more. Since it is automatically setup as the default, this means that
any trivial binary linking against libcxxabi will get this extra bloat.
On Android, debuggerd seems to actually handle unwinding and demangling, so
this code is unnecessary in certain cases. We would just like a way to turn it
off.