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

Commit 20797aa6 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Merge "net_test_btif_stack: Replace libosi with mock equivalent" am:...

Merge "net_test_btif_stack: Replace libosi with mock equivalent" am: 796b1637 am: 2224d4ef am: 001731cf

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2322401



Change-Id: I5f3586a51fd91e9bbce7b70b857c1f500040a9eb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a2aa57a7 001731cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -608,6 +608,7 @@ cc_test {
        ],
      srcs: [
          ":LibBluetoothSources",
          ":OsiCompatSources",
          ":TestCommonMainHandler",
          ":TestCommonMockFunctions",
          ":TestCommonCoreInterface",
@@ -637,6 +638,7 @@ cc_test {
          ":TestMockFrameworks",
          ":TestMockHci",
          ":TestMockMainShim",
          ":TestMockOsi",
          ":TestMockStack",
          ":TestMockSystemLibfmq",
          ":TestMockUdrv",
@@ -676,7 +678,6 @@ cc_test {
          "libc++fs",
          "libflatbuffers-cpp",
          "libgmock",
          "libosi",
      ],
      cflags: ["-DBUILDCFG"],
      target: {