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

Commit 1fbed985 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove android.hardware.bluetooth from defaults"

parents 8d3c22a8 1fb76bdb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -72,6 +72,10 @@ cc_library_shared {
        "libc++fs",
        "libbluetooth_core_rs_bridge",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
    ],
    sanitize: {
        scs: true,
    },
+0 −8
Original line number Diff line number Diff line
@@ -220,8 +220,6 @@ cc_defaults {
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
                "android.hardware.bluetooth.audio-V3-ndk",
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "android.system.suspend-V1-ndk",
                "libaaudio",
                "libbinder_ndk",
@@ -240,8 +238,6 @@ cc_defaults {
            shared_libs: [
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "libbinder_ndk",
                "libcutils",
                "libhidlbase",
@@ -301,8 +297,6 @@ cc_defaults {
        },
        host_linux: {
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "libcutils",
                "libhidlbase",
                "libstatslog_bt",
@@ -311,8 +305,6 @@ cc_defaults {
        },
        android: {
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "libcutils",
                "libhidlbase",
                "libstatssocket",
+4 −0
Original line number Diff line number Diff line
@@ -91,6 +91,10 @@ cc_library {
    whole_static_libs: [
        "libbluetooth_core_rs",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
    ],
    // Shared library link options.
    // References to global symbols and functions should bind to the library
    // itself. This is to avoid issues with some of the unit/system tests
+4 −0
Original line number Diff line number Diff line
@@ -122,4 +122,8 @@ cc_test {
        "gatt/gatt_test.cc",
        "gatt/gatt_unittest.cc",
    ],
    static_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
    ],
}