summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Vartanian <flooey@google.com> 2017-06-26 10:08:23 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-06-26 10:08:31 +0000
commitc584a2596e297d0cde852ea7cea5471933cd0ab5 (patch)
treeac25f7001061eebcd487b02890ef16d8efecab71
parentb5b6e7cf450c84be596ef895bda17ee09e6fa602 (diff)
parent835969714df611de238fd3b030cd485ad83cbffc (diff)
Merge "Add libcrypto to shared libraries of core/jni" into oc-dev-plus-aosp
-rw-r--r--core/jni/Android.bp1
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",