aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2019-11-26 11:38:38 -0800
committerPeter Collingbourne <pcc@google.com>2019-11-26 11:44:13 -0800
commite6d6e3c97ff1bc5fb58ab2fb6b37c3054f492a98 (patch)
tree48357363f22c518213ba1eb04b867a90fb6606c4 /Android.bp
parentda4d1507ff3bc6f3ec6d1314d7a39f1eb56e80c8 (diff)
downloadigt-gpu-tools-e6d6e3c97ff1bc5fb58ab2fb6b37c3054f492a98.tar.gz
Drop dependency on GNU libunwind shared library.
We would like to use the name "libunwind" for something other than the almost-unused GNU libunwind. This is the only user of the GNU libunwind shared library in the tree, aside from GNU libunwind's own unit tests (which I will fix separately). However, the code that uses GNU libunwind was put behind an #ifndef ANDROID in commit 57eb94f1. The only remaining use was the reference in the header #include. Put that behind the #ifndef as well, so that we can remove the reference to libunwind. Bug: 144430859 Change-Id: Ic5049762d9e3fa11beff946927baa771f7152ff5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4b03563a3..7be68e643 100644
--- a/Android.bp
+++ b/Android.bp
@@ -11,7 +11,7 @@ cc_defaults {
"-DHAVE_MEMFD_CREATE",
],
static_libs: ["libelf", "libkmod"],
- shared_libs: ["libdrm", "libunwind"],
+ shared_libs: ["libdrm"],
}
cc_library_static {