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

Commit 2a51637c authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Move mock_stack_btu_ to mock_btu_ am: 847dc388

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1707211

Change-Id: Ie240f12119695b79730b51f38b94312db46e81cc
parents 93ed9ed1 847dc388
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@ cc_test {
        "BluetoothGeneratedPackets_h",
    ],
    srcs: [
        ":TestCommonMainHandler",
        ":TestMockBtif",
        ":TestMockDevice",
        ":TestMockMainShim",
@@ -187,6 +188,7 @@ cc_test {
        "gatt/database.cc",
        "gatt/database_builder.cc",
        "hh/bta_hh_act.cc",
        "hh/bta_hh_api.cc",
        "hh/bta_hh_cfg.cc",
        "hh/bta_hh_le.cc",
        "hh/bta_hh_main.cc",
+2 −0
Original line number Diff line number Diff line
@@ -340,8 +340,10 @@ cc_test {
        ],
      srcs: [
          ":LibBluetoothSources",
          ":TestCommonMainHandler",
          ":TestMockAndroidHardware",
          ":TestMockBta",
          ":TestMockBtu",
          ":TestMockBtcore",
          ":TestMockCommon",
          ":TestMockFrameworks",
+1 −0
Original line number Diff line number Diff line
@@ -216,6 +216,7 @@ cc_test {
        "packages/modules/Bluetooth/system/stack/include",
    ],
    srcs: [
        ":TestCommonMainHandler",
        ":TestMockBta",
        ":TestMockBtif",
        ":TestMockLegacyHciCommands",
+1 −0
Original line number Diff line number Diff line
@@ -699,6 +699,7 @@ cc_test {
        ":BluetoothBtaaSources_host",
        ":BluetoothHalSources_hci_host",
        ":BluetoothOsSources_host",
        ":TestCommonMainHandler",
        ":TestMockBta",
        ":TestMockBtif",
        ":TestMockDevice",
+14 −0
Original line number Diff line number Diff line
@@ -207,3 +207,17 @@ filegroup {
      "mock/mock_stack_crypto_toolbox*.cc",
  ],
}

filegroup {
  name: "TestMockBtu",
  srcs: [
      "mock/mock_btu_*cc",
  ],
}

filegroup {
  name: "TestCommonMainHandler",
  srcs: [
      "common/main_handler.cc",
  ],
}
Loading