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

Commit 605509d6 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "Remove unused dependencies on hci/address.cc" into main am: e1dcf1e8

parents 08b8e5ec e1dcf1e8
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -432,7 +432,6 @@ cc_test {
    srcs: [
        ":BluetoothPacketParserTestPacketTestSources",
        ":BluetoothPacketSources",
        "hci/address.cc",
    ],
    generated_headers: [
        "BluetoothPacketParserTestPacketPdlGen_h",
@@ -567,14 +566,6 @@ cc_benchmark {
    ],
}

filegroup {
    name: "BluetoothHciClassSources",
    srcs: [
        "hci/address.cc",
        "hci/class_of_device.cc",
    ],
}

rust_library {
    name: "libbt_packets",
    defaults: ["gd_rust_defaults"],