summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-10-13 14:30:03 +0900
committerJiyong Park <jiyong@google.com>2017-10-16 12:16:06 +0900
commit08771e9c1972665ebbfcae60895cfa7b47d07cb0 (patch)
treec790b7475d3e3c78b99f4098eb301e9ed39070a2 /Android.bp
parent6cee5e402cb206f0c0878e999f885a7206dcbb09 (diff)
libunwind is added to the static depedencies
libunwindbacktrace no longer includes libunwind. So, libunwind is explicitly added to the dependency list. Bug: 64730695 Test: build 2017 pixel device Test: m dex2oats Change-Id: Id2e987bbe17483aa9bea47b4da2f5ae4e6244713
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1b66e6fbbd..569179dc11 100644
--- a/Android.bp
+++ b/Android.bp
@@ -11,6 +11,7 @@ art_static_dependencies = [
"libbacktrace",
"libcutils",
"libunwindbacktrace",
+ "libunwind",
"libutils",
"libbase",
"liblz4",