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

Commit 1c451c3f authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

Merge "Remove soong declarations for empty mock file groups" into main

parents 2372e9d6 56f4cf62
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -554,7 +554,6 @@ cc_test {
        ":TestCommonCoreInterface",
        ":TestCommonMainHandler",
        ":TestCommonMockFunctions",
        ":TestMockAndroidHardware",
        ":TestMockBtaAg",
        ":TestMockBtaAr",
        ":TestMockBtaAv",
@@ -580,7 +579,6 @@ cc_test {
        ":TestMockMainShim",
        ":TestMockStack",
        ":TestMockUdrv",
        ":TestMockUtils",
        "test/btif_hh_test.cc",
    ],
    generated_headers: [
@@ -677,7 +675,6 @@ cc_test {
        ":TestCommonMainHandler",
        ":TestCommonMockFunctions",
        ":TestFakeOsi",
        ":TestMockAndroidHardware",
        ":TestMockBtaAg",
        ":TestMockBtaAr",
        ":TestMockBtaAv",
@@ -703,7 +700,6 @@ cc_test {
        ":TestMockMainShim",
        ":TestMockStack",
        ":TestMockUdrv",
        ":TestMockUtils",
        "test/btif_core_test.cc",
    ],
    generated_headers: [
+0 −14
Original line number Diff line number Diff line
@@ -287,13 +287,6 @@ filegroup {
    ],
}

filegroup {
    name: "TestMockAndroidHardware",
    srcs: [
        "mock/mock_android_hardware_*.cc",
    ],
}

filegroup {
    name: "TestMockDevice",
    srcs: [
@@ -452,13 +445,6 @@ filegroup {
    ],
}

filegroup {
    name: "TestMockUtils",
    srcs: [
        "mock/mock_utils_*cc",
    ],
}

filegroup {
    name: "TestCommonMockFunctions",
    srcs: [
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ cc_defaults {
    srcs: [
        ":BtaDmSources",
        ":TestCommonMockFunctions",
        ":TestMockAndroidHardware",
        ":TestMockHci",
        ":TestMockUdrv",
        "adapter/bluetooth_test.cc",