diff options
author | Christopher Ferris <cferris@google.com> | 2018-05-03 13:52:20 -0700 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2018-05-03 13:52:20 -0700 |
commit | 0aa1e7010610c7acb9f69da6dd5360570e218b9d (patch) | |
tree | f3b88ab8699ce01d7fcb013b29d712f9c7863ebf /Android.bp | |
parent | 28c9c4764810fb7d92ebc78824f772529e7f8989 (diff) |
Remove unnecessary references to libunwind.
Bug: 79209464
Test: Builds.
Change-Id: Ie8b0720da683ab8d40cba46690ed44c5c53efe88
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 32a96e13ba..59f7abf138 100644 --- a/Android.bp +++ b/Android.bp @@ -10,8 +10,6 @@ art_static_dependencies = [ "libz", "libbacktrace", "libcutils", - "libunwindbacktrace", - "libunwind", "libunwindstack", "libutils", "libbase", |