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:
@@ -207,7 +207,6 @@ cc_library_shared {
|
||||
static_libs: [
|
||||
"libseccomp_policy",
|
||||
"libselinux",
|
||||
"libcrypto",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
|
||||
Reference in New Issue
Block a user