diff options
author | Elliott Hughes <enh@google.com> | 2018-12-13 17:48:41 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-12-13 17:48:41 +0000 |
commit | 36c37f3ceb3a2301a82d84c24254c1b12257195c (patch) | |
tree | 10eb9bd6e2822ed0ecc7538c57a9e026bf726144 | |
parent | 657d61220648e924b24973c62f984d8654f7bd1f (diff) | |
parent | fc885bbc64b738c619cb6f0cbcc33026231654c7 (diff) |
Merge "No-one should need libunwind in 2018..."
-rw-r--r-- | services/tests/servicestests/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tests/servicestests/Android.bp b/services/tests/servicestests/Android.bp index af8596de451a..d2d6e32fb1b0 100644 --- a/services/tests/servicestests/Android.bp +++ b/services/tests/servicestests/Android.bp @@ -67,7 +67,7 @@ android_test { "liblzma", "libnativehelper", "libui", - "libunwind", + "libunwindstack", "libutils", "netd_aidl_interface-cpp", ], |