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

Commit 31f7b865 authored by Myles Watson's avatar Myles Watson
Browse files

Remove unused dependencies on hci/address.cc

Bug: 296427840
Test: mma -j32
Change-Id: Ibd0e92711c4902288bc37540a2c2b06810ffdc0f
parent d9229010
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -427,7 +427,6 @@ cc_test {
    srcs: [
        ":BluetoothPacketParserTestPacketTestSources",
        ":BluetoothPacketSources",
        "hci/address.cc",
    ],
    generated_headers: [
        "BluetoothPacketParserTestPacketPdlGen_h",
@@ -558,14 +557,6 @@ cc_benchmark {
    ],
}

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

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