commit | dea24e7027c3f330f615e53fc25372d4c3b8ddf2 | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Thu Oct 20 16:47:31 2016 -0700 |
committer | Colin Cross <[email protected]> | Fri Oct 21 00:33:07 2016 +0000 |
tree | 050f8babcc4e4479c198758150e513f557c50e46 | |
parent | a7a6c422d249f4ec092a230c5446da021f99fcd4 [diff] |
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"],