Loading system/gd/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ cc_library { ":BluetoothHalSources", ":BluetoothHciSources", ":BluetoothL2capSources", ":BluetoothNeighborSources", ":BluetoothPacketSources", ":BluetoothShimSources", ":BluetoothSmpSources", Loading Loading @@ -246,6 +247,7 @@ cc_test { ":BluetoothCryptoToolboxTestSources", ":BluetoothHciTestSources", ":BluetoothL2capTestSources", ":BluetoothNeighborTestSources", ":BluetoothPacketTestSources", ":BluetoothSmpTestSources", ], Loading system/gd/neighbor/Android.bp 0 → 100644 +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: [ ], } Loading
system/gd/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ cc_library { ":BluetoothHalSources", ":BluetoothHciSources", ":BluetoothL2capSources", ":BluetoothNeighborSources", ":BluetoothPacketSources", ":BluetoothShimSources", ":BluetoothSmpSources", Loading Loading @@ -246,6 +247,7 @@ cc_test { ":BluetoothCryptoToolboxTestSources", ":BluetoothHciTestSources", ":BluetoothL2capTestSources", ":BluetoothNeighborTestSources", ":BluetoothPacketTestSources", ":BluetoothSmpTestSources", ], Loading
system/gd/neighbor/Android.bp 0 → 100644 +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: [ ], }