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

Commit c62c69a4 authored by Chris Manton's avatar Chris Manton Committed by Myles Watson
Browse files

Connect gd/neighbor into build system

Bug: 142060811
Test: Compiles but for realz
Change-Id: I719133c6466aab5b1813c9c2e49e7c1a4f29ca6b
parent 1d9aaddf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ cc_library {
        ":BluetoothHalSources",
        ":BluetoothHciSources",
        ":BluetoothL2capSources",
        ":BluetoothNeighborSources",
        ":BluetoothPacketSources",
        ":BluetoothShimSources",
        ":BluetoothSmpSources",
@@ -246,6 +247,7 @@ cc_test {
        ":BluetoothCryptoToolboxTestSources",
        ":BluetoothHciTestSources",
        ":BluetoothL2capTestSources",
        ":BluetoothNeighborTestSources",
        ":BluetoothPacketTestSources",
        ":BluetoothSmpTestSources",
    ],
+17 −0
Original line number Diff line number Diff line
filegroup {
    name: "BluetoothNeighborSources",
    srcs: [
            "connectability.cc",
            "discoverability.cc",
            "inquiry.cc",
            "page.cc",
            "scan.cc",
    ],
}

filegroup {
    name: "BluetoothNeighborTestSources",
    srcs: [
    ],
}