summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christopher Ferris <cferris@google.com> 2017-10-18 15:34:08 -0700
committer Christopher Ferris <cferris@google.com> 2017-10-18 19:19:09 -0700
commit161ea9b294c06ba68f3e775be78668215d6c4033 (patch)
treec555059f2d61608ff49916ec2273abcb73d58d68
parentdfce43569a32ed7da881796713647cd8051d0d4e (diff)
Add libunwindstack to dependencies.
Test: Builds. Change-Id: Icb68b8532458a0e761e82bbc2f32dbc835c4fd7b
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 569179dc11..5e3a8d8bfa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,7 @@ art_static_dependencies = [
"libcutils",
"libunwindbacktrace",
"libunwind",
+ "libunwindstack",
"libutils",
"libbase",
"liblz4",