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

Commit 118482ef authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Icbb7ed773250a8dc14bc33d2cdea7ee60e92ce9b
parents 8cff3da8 64392913
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,