diff options
author | Neil Fuller <nfuller@google.com> | 2018-11-06 12:08:51 +0000 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2018-11-06 12:08:51 +0000 |
commit | 7384d2fa604617eb1b6d3123dbc409a1d7d6a386 (patch) | |
tree | 0d37b286f0d1147e45e52f01c3409fcd26e018d8 /NativeCode.bp | |
parent | 8916edf2eecb103141aef877b98a9a2e6b74c53b (diff) |
Remove dependency on libssl
libssl appears not to be needed.
Bug: 119090773
Test: build
Change-Id: I044d7b49054f54c2d6d4bdd14b912024660ed009
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index 840b19ad85..873b4957b9 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -104,7 +104,6 @@ cc_defaults { shared_libs: [ "libcrypto", "libicuuc", - "libssl", "libz", "libnativehelper", |