commit | f160394fda141184f0ec3d139ec5ca810f142bda | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Fri Apr 05 12:06:36 2019 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Fri Apr 12 12:06:03 2019 +0000 |
tree | b519c3df66cf7516f31af4828fc019c95e9650e5 | |
parent | 50eec3d36d805874e1611e9df829b1313ef711bb [diff] [blame] |
Rewrite backtrace-helper to use Unwinder directly. Test: ./art/test.py -b -r --host --gcstress Change-Id: Ifdb45c9508cf359386d3de451c6c286d0f40d8f3
diff --git a/runtime/Android.bp b/runtime/Android.bp index 2d15e4a..d73d93f 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp
@@ -400,6 +400,7 @@ "liblog", // For common macros. "libbase", + "libunwindstack", ], static: { static_libs: ["libsigchain_dummy"],