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

Commit 628d7471 authored by David Duarte's avatar David Duarte
Browse files

Remove libbluetooth_headers from fluoride_defaults

Bug: 279502784
Test: mmm packages/modules/Bluetooth
Change-Id: Ie36c3674193858660c783a0916c3b7f14a725fe2
parent 4f9eaf4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ cc_library_static {
        "com.android.btservices",
    ],
    min_sdk_version: "Tiramisu",
    header_libs: ["libbluetooth_headers"],
}

// Bluetooth Audio client interface library unit tests for target and host
@@ -104,4 +105,5 @@ cc_test {
    cflags: [
        "-DBUILDCFG",
    ],
    header_libs: ["libbluetooth_headers"],
}
+2 −0
Original line number Diff line number Diff line
@@ -718,6 +718,7 @@ cc_test {
    sanitize: {
        cfi: false,
    },
    header_libs: ["libbluetooth_headers"],
}

cc_test {
@@ -811,6 +812,7 @@ cc_test {
    sanitize: {
        cfi: false,
    },
    header_libs: ["libbluetooth_headers"],
}

cc_test {
+1 −0
Original line number Diff line number Diff line
@@ -111,4 +111,5 @@ cc_test {
    sanitize: {
        address: true,
    },
    header_libs: ["libbluetooth_headers"],
}
+1 −0
Original line number Diff line number Diff line
@@ -242,6 +242,7 @@ cc_library_static {
    ],
    host_supported: true,
    min_sdk_version: "Tiramisu",
    header_libs: ["libbluetooth_headers"],
}

// btif unit tests for target
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ cc_defaults {
        },
    },
    defaults: ["fluoride_types_defaults_fuzzable"],
    header_libs: ["libbluetooth_headers"],
    static_libs: [
        "libbluetooth-types",
        "libbluetooth_rust_interop",
Loading