Don't statically link libcrypto in frameworks.

That creates duplicate copies of libcrypto in memory, which confuses
conscrypt.

Test: CtsLibcoreTestCases
Change-Id: I3b03d37feb405f14f8495015be7ff768b4347737
Merged-In: I547bb838befa743d72d356c186ff3cd355736589
This commit is contained in:
Robert Sloan
2017-06-21 16:15:44 -07:00
committed by Rob Sloan
parent 12e0975963
commit 8f2ca410ba

View File

@@ -207,7 +207,6 @@ cc_library_shared {
static_libs: [
"libseccomp_policy",
"libselinux",
"libcrypto",
],
shared_libs: [