diff options
| author | 2017-06-26 10:08:23 +0000 | |
|---|---|---|
| committer | 2017-06-26 10:08:31 +0000 | |
| commit | c584a2596e297d0cde852ea7cea5471933cd0ab5 (patch) | |
| tree | ac25f7001061eebcd487b02890ef16d8efecab71 | |
| parent | b5b6e7cf450c84be596ef895bda17ee09e6fa602 (diff) | |
| parent | 835969714df611de238fd3b030cd485ad83cbffc (diff) | |
Merge "Add libcrypto to shared libraries of core/jni" into oc-dev-plus-aosp
| -rw-r--r-- | core/jni/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 06e7424b3ba2..abd6278b056a 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -223,6 +223,7 @@ cc_library_shared { "libandroidfw", "libappfuse", "libbase", + "libcrypto", "libnativehelper", "liblog", "libcutils", |