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

Commit 11907c77 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I5ae794be,I2c22fb2e

* changes:
  Remove libcrypto from fluoride_basic_defaults
  Remove libbase from fluoride_basic_defaults
parents 90c7bf6a 76a525e5
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 −4
Original line number Diff line number Diff line
@@ -113,10 +113,6 @@ cc_defaults {
        "//apex_available:platform",
        "com.android.btservices",
    ],
    shared_libs: [
        "libbase",
        "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
@@ -64,6 +64,7 @@ cc_test {
    shared_libs: [
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "libbase",
        "libdl",
    ],
    static_libs: [
Loading