diff options
| author | 2017-06-23 17:42:38 +0000 | |
|---|---|---|
| committer | 2017-06-23 17:42:40 +0000 | |
| commit | a730fd2e64c4242afda295aa9ceb6e9c2ce51082 (patch) | |
| tree | 8e407ab306ae9fbfe9fe8699e8c28932b9f35bca | |
| parent | a634b38c8e4370ae3b6a2e595009c2526196cf8a (diff) | |
| parent | 8f2ca410ba5c4cf9f756f9adf14537425696307c (diff) | |
Merge "Don't statically link libcrypto in frameworks."
| -rw-r--r-- | core/jni/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index a5f7d4f60470..2006be09265a 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -207,7 +207,6 @@ cc_library_shared { static_libs: [ "libseccomp_policy", "libselinux", - "libcrypto", ], shared_libs: [ |