commit | 19f28f1216a03ba65369636851e54b6b5a6651e6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Aug 25 16:42:09 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Aug 25 16:42:09 2016 -0700 |
tree | cf5c260a7203d39a9089fcd5897da79c54d940e8 | |
parent | 766ea43e99e1219a1825410034c128556e83be18 [diff] |
Fix mac builds Add libz-host back as a dependency to fix darwin builds. Change-Id: I1abc9e2f336e029592a5fcc27a79f94ad235547e
diff --git a/runtime/Android.bp b/runtime/Android.bp index 7d2e137..012256e 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp
@@ -359,6 +359,7 @@ ], shared_libs: [ "libziparchive", + "libz-host", ], }, },