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
This commit is contained in:
Adam Vartanian
2017-06-26 10:43:38 +01:00
parent a29861b0c9
commit 835969714d

View File

@@ -223,6 +223,7 @@ cc_library_shared {
"libandroidfw",
"libappfuse",
"libbase",
"libcrypto",
"libnativehelper",
"liblog",
"libcutils",