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

Commit 5e857a41 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

Change-Id: I6f9a275f29448ccb3c4e444e29c4d30d664db4a0
parents f34ee2cc bbda3b12
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: [
    ],
}