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

Commit fda12be5 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "root-canal only exists on the host" am: 64392913 am: 118482ef

Change-Id: I4eb324143186db62ef56efa4e462bddbed63f89a
parents 1b5b1f4a 118482ef
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,