diff options
-rw-r--r-- | runtime/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/Android.bp b/runtime/Android.bp index 613c179d36..fe9fe295f6 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp @@ -630,10 +630,6 @@ cc_defaults { "libbase", "liblzma", ], - exclude_static_libs: [ - // This library comes from the static version of libunwindstack. - "libz", - ], shared_libs: [ "liblog", ], |