diff options
author | Jiyong Park <jiyong@google.com> | 2017-10-13 14:30:03 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2017-10-16 12:16:06 +0900 |
commit | 08771e9c1972665ebbfcae60895cfa7b47d07cb0 (patch) | |
tree | c790b7475d3e3c78b99f4098eb301e9ed39070a2 /Android.bp | |
parent | 6cee5e402cb206f0c0878e999f885a7206dcbb09 (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.bp | 1 |
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", |