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

Commit 5217fbba 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

Change-Id: I72a7268373c5c5f513d26e4b488cc8fb857a524a
parents 277fc0b2 5e857a41
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: [
    ],
}