From 835969714df611de238fd3b030cd485ad83cbffc Mon Sep 17 00:00:00 2001 From: Adam Vartanian Date: Mon, 26 Jun 2017 10:43:38 +0100 Subject: [PATCH] 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 --- core/jni/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 06e7424b3ba2e..abd6278b056a4 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",