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

Commit 81be42c7 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

root-canal only exists on the host

Fixes: 148658941
Test: on mac, `m nothing` when bluetooth_stack_with_facade is in platform_test_list.mk
Change-Id: Ie28429fea9212abf7e983e998d402e06a6ea73dd
parent c097c925
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -147,9 +147,6 @@ cc_binary {
    generated_sources: [
        "BluetoothFacadeGeneratedStub_cc",
    ],
    required: [
        "root-canal",
    ],
    static_libs: [
        "libbluetooth_gd",
    ],
@@ -166,6 +163,11 @@ cc_binary {
                "libutils",
            ],
        },
        host: {
            required: [
                "root-canal",
            ],
        },
    },
    sanitize: {
        address: true,