aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-06-13 22:07:45 -0700
committerDan Willemsen <dwillemsen@google.com>2019-06-13 22:07:45 -0700
commit717c574e6b88058608dd4df29a067dff858befbc (patch)
treefb9325ab25656c5f8994bfc2729082b6fa93943c
parent5a24316391821b1d89bc9a79f550bfc3261d129b (diff)
downloadcompiler-rt-717c574e6b88058608dd4df29a067dff858befbc.tar.gz
Remove stale liblzma dependency
This has been required by libunwind_static, but was removed in: https://android-review.googlesource.com/c/platform/external/libunwind/+/678222 Test: treehugger Change-Id: Idab6aae5a0fd131ae7ad32dc8070291516fd4eea
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 7a73bcef6..7c921dd2a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -373,7 +373,6 @@ cc_library {
target: {
android: {
shared_libs: ["liblog"],
- static_libs: ["liblzma"],
},
android_arm: {
static_libs: ["libunwind_llvm"],
@@ -402,7 +401,6 @@ cc_library {
},
linux_glibc: {
static_libs: ["libunwindbacktrace", "libunwind_static"],
- shared_libs: ["liblzma"],
},
windows: {
enabled: true,