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

Commit 8e970d1c authored by Chris Manton's avatar Chris Manton
Browse files

net_test_btif_stack: Replace libosi with mock equivalent

Bug: 188077107
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I01386c3a607973f1ece1f37a2051728d3997ca80
parent b632bc98
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -553,6 +553,7 @@ cc_test {
        ],
      srcs: [
          ":LibBluetoothSources",
          ":OsiCompatSources",
          ":TestCommonMainHandler",
          ":TestCommonMockFunctions",
          ":TestCommonCoreInterface",
@@ -582,6 +583,7 @@ cc_test {
          ":TestMockFrameworks",
          ":TestMockHci",
          ":TestMockMainShim",
          ":TestMockOsi",
          ":TestMockStack",
          ":TestMockSystemLibfmq",
          ":TestMockUdrv",
@@ -621,7 +623,6 @@ cc_test {
          "libc++fs",
          "libflatbuffers-cpp",
          "libgmock",
          "libosi",
      ],
      cflags: ["-DBUILDCFG"],
      target: {