summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Vartanian <flooey@google.com> 2017-06-26 10:43:38 +0100
committer Adam Vartanian <flooey@google.com> 2017-06-26 10:46:56 +0100
commit835969714df611de238fd3b030cd485ad83cbffc (patch)
treecfb252e149f16253d004f2cb63d4504574ed3c47
parenta29861b0c970055927675731e00e93c51f1c5668 (diff)
Add libcrypto to shared libraries of core/jni
This was added to master in ag/2447995 but not to aosp in aosp/420427, which resulted in a failure in this branch. Bug: 62991913 Test: make Change-Id: Iefa0254c91e83da737a160f851c97ab3e6a7b0f8 Merged-In: I547bb838befa743d72d356c186ff3cd355736589
-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",