Skip to content
Snippets Groups Projects
Commit 76a525e5 authored by David Duarte's avatar David Duarte
Browse files

Remove libcrypto from fluoride_basic_defaults

Test: mma
Bug: 279502784
Change-Id: I5ae794be26c713a428cdfbfb04473227731e315e
parent 6a7c7f89
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ cc_library_shared { ...@@ -111,6 +111,7 @@ cc_library_shared {
"android.system.suspend-V1-ndk", "android.system.suspend-V1-ndk",
"libaaudio", "libaaudio",
"libbinder_ndk", "libbinder_ndk",
"libcrypto",
"libfmq", "libfmq",
"libnativehelper", "libnativehelper",
], ],
......
...@@ -230,6 +230,9 @@ cc_library_static { ...@@ -230,6 +230,9 @@ cc_library_static {
"libbt-audio-hal-interface", "libbt-audio-hal-interface",
"libbt-stack-core", "libbt-stack-core",
], ],
shared_libs: [
"libcrypto",
],
cflags: [ cflags: [
/* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each class*/ /* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each class*/
"-DBUILDCFG", "-DBUILDCFG",
......
...@@ -115,9 +115,6 @@ cc_defaults { ...@@ -115,9 +115,6 @@ cc_defaults {
"//apex_available:platform", "//apex_available:platform",
"com.android.btservices", "com.android.btservices",
], ],
shared_libs: [
"libcrypto",
],
static_libs: [ static_libs: [
"android.hardware.bluetooth.a2dp@1.0", "android.hardware.bluetooth.a2dp@1.0",
"libbt-protos-lite", "libbt-protos-lite",
......
...@@ -36,6 +36,9 @@ cc_library_static { ...@@ -36,6 +36,9 @@ cc_library_static {
srcs: ["metrics_linux.cc"], srcs: ["metrics_linux.cc"],
}, },
}, },
shared_libs: [
"libcrypto",
],
min_sdk_version: "Tiramisu", min_sdk_version: "Tiramisu",
} }
......
...@@ -287,6 +287,7 @@ cc_library_static { ...@@ -287,6 +287,7 @@ cc_library_static {
], ],
shared_libs: [ shared_libs: [
"libPlatformProperties", "libPlatformProperties",
"libcrypto",
], ],
host_supported: true, host_supported: true,
min_sdk_version: "Tiramisu", min_sdk_version: "Tiramisu",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment