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

Commit e15805d7 authored by Martin Brabham's avatar Martin Brabham
Browse files

Update file group names

Bug: N/A
Test: builds
Change-Id: Ie33178a3397343d0a80959a9e39f2f4ba03d5734
parent 3e47b9ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ cc_library {
        ":BluetoothNeighborSources",
        ":BluetoothPacketSources",
        ":BluetoothShimSources",
        ":BluetoothSmpSources",
        ":BluetoothSecuritySources",
    ],
    generated_headers: [
        "BluetoothGeneratedPackets_h",
@@ -249,7 +249,7 @@ cc_test {
        ":BluetoothL2capTestSources",
        ":BluetoothNeighborTestSources",
        ":BluetoothPacketTestSources",
        ":BluetoothSmpTestSources",
        ":BluetoothSecurityTestSources",
    ],
    generated_headers: [
        "BluetoothGeneratedPackets_h",
+3 −3
Original line number Diff line number Diff line
filegroup {
    name: "BluetoothSmpSources",
    name: "BluetoothSecuritySources",
    srcs: [
        "ecc/multprecision.cc",
        "ecc/p_256_ecc_pp.cc",
@@ -12,7 +12,7 @@ filegroup {
}

filegroup {
    name: "BluetoothSmpTestSources",
    name: "BluetoothSecurityTestSources",
    srcs: [
        "ecc/multipoint_test.cc",
        "pairing_handler_le_unittest.cc",