Add missing shared library

Host builds were compiling without -Wl,--no-undefined.  Add missing
shared library so that -Wl,--no-undefined can be added again.

Test: m -j
Bug: 32305815
Change-Id: Iaf181e540d2dd16a1c13a1cfe53f519e843edde0
diff --git a/Android.bp b/Android.bp
index f3f7b1b..e8e85dc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -394,6 +394,7 @@
         },
         linux: {
             static_libs: ["libunwindbacktrace"],
+            shared_libs: ["liblzma"],
         },
         windows: {
             static_libs: ["libunwindbacktrace"],