From ca1c192093daaf9def2d335b9244842bb7d94e59 Mon Sep 17 00:00:00 2001 From: Robert Sloan Date: Thu, 22 Jun 2017 14:11:59 -0700 Subject: Don't statically link libcrypto in frameworks. Test: CtsLibcoreTestCases, and BootTest. Change-Id: I547bb838befa743d72d356c186ff3cd355736589 --- core/jni/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 7e71ce9d4131..c5279e10d93f 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -215,7 +215,6 @@ cc_library_shared { "libgif", "libseccomp_policy", "libselinux", - "libcrypto", "libgrallocusage", ], @@ -224,6 +223,7 @@ cc_library_shared { "libandroidfw", "libappfuse", "libbase", + "libcrypto", "libnativehelper", "liblog", "libcutils", -- cgit v1.2.3-59-g8ed1b