diff options
| author | 2017-06-22 14:11:59 -0700 | |
|---|---|---|
| committer | 2017-06-22 14:11:59 -0700 | |
| commit | ca1c192093daaf9def2d335b9244842bb7d94e59 (patch) | |
| tree | 41c65d1836ceaf71fe4aa289854cf4236427a3d2 | |
| parent | 02dba53fe7e3957fd035bb1083048915a50240bf (diff) | |
Don't statically link libcrypto in frameworks.
Test: CtsLibcoreTestCases, and BootTest.
Change-Id: I547bb838befa743d72d356c186ff3cd355736589
| -rw-r--r-- | core/jni/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
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", |