From abaea79206b921b0a16a7a047da313cd181437a9 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 11 Oct 2018 23:47:11 -0700 Subject: [PATCH] Remove libunwindbacktrace from linux_bionic Bug: 31559095 Test: attempt to build host bionic Change-Id: I494500e4feea78ec587cab83f24a96a4735ec6a1 --- Android.bp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Android.bp b/Android.bp index e9b10081a..7e83ac620 100644 --- a/Android.bp +++ b/Android.bp @@ -124,10 +124,6 @@ cc_library_shared { }, linux_bionic: { enabled: true, - static_libs: ["libunwindbacktrace"], - shared_libs: [ - "liblzma", - ], }, }, }