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

Commit 1fb76bdb authored by David Duarte's avatar David Duarte
Browse files

Remove android.hardware.bluetooth from defaults

Test: None
Change-Id: I82acc1446547b08234f89b9d8f3592dc5e54a8c6
parent 73787c94
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",
    ],
}