Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ cc_library_shared {
        "android.system.suspend-V1-ndk",
        "libaaudio",
        "libbinder_ndk",
        "libcrypto",
        "libfmq",
        "libnativehelper",
    ],
+3 −0
Original line number Diff line number Diff line
@@ -230,6 +230,9 @@ cc_library_static {
        "libbt-audio-hal-interface",
        "libbt-stack-core",
    ],
    shared_libs: [
        "libcrypto",
    ],
    cflags: [
        /* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each class*/
        "-DBUILDCFG",
+0 −3
Original line number Diff line number Diff line
@@ -115,9 +115,6 @@ cc_defaults {
        "//apex_available:platform",
        "com.android.btservices",
    ],
    shared_libs: [
        "libcrypto",
    ],
    static_libs: [
        "android.hardware.bluetooth.a2dp@1.0",
        "libbt-protos-lite",
+3 −0
Original line number Diff line number Diff line
@@ -36,6 +36,9 @@ cc_library_static {
            srcs: ["metrics_linux.cc"],
        },
    },
    shared_libs: [
        "libcrypto",
    ],
    min_sdk_version: "Tiramisu",
}

+1 −0
Original line number Diff line number Diff line
@@ -287,6 +287,7 @@ cc_library_static {
    ],
    shared_libs: [
        "libPlatformProperties",
        "libcrypto",
    ],
    host_supported: true,
    min_sdk_version: "Tiramisu",