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

Commit 28332a8e authored by William Escande's avatar William Escande
Browse files

bluetoothtbd_test is not host_supported

The test need dbus/Bus from libchrome but this is not exposed from the
repo.

Test: build test for host with OS_GENERIC
Bug: 263324289
Change-Id: Iaac275f5dfd74fa724dc65b81f621c2925e3d0b0
parent 9930096c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ cc_test {
        "libprotobuf-cpp-lite",
    ],

    host_supported: true,
    // host_supported: true, // TODO (b/263324289)
    test_options: {
        unit_test: true,
    },