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

Commit 76bd8445 authored by Chris Manton's avatar Chris Manton Committed by android-build-merger
Browse files

Connect gd/neighbor into build system am: c62c69a4 am: bbda3b12 am: 5e857a41

am: 5217fbba

Change-Id: Idc3d3d5594c5a9a8a9004e67820a885f72409210
parents 217412b9 5217fbba
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: [
    ],
}