OSDN Git Service

Use the default unwind code.
authorChristopher Ferris <cferris@google.com>
Tue, 26 Aug 2014 22:47:42 +0000 (15:47 -0700)
committerChristopher Ferris <cferris@google.com>
Tue, 26 Aug 2014 23:02:51 +0000 (16:02 -0700)
commit3f7635f4906c53fa744731efc35235456b7d93bf
treec20d52721735a6997c8e8ea1dcf5280598ee2d1e
parent84d0683a824fa02dbaa6d1b56a79223804b54e80
Use the default unwind code.

This speeds up the debug malloc code by using the original unwinding code.
The only catch is that it has to link in the libc++ arm unwind code or
there will be crashes when attempting to unwind through libc++ compiled
code.

Bug: 16874447
Change-Id: Ifdbbcbd4137d668b25cf3c2bd59535e06ebfa5a7
libc/Android.mk