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

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

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

Change-Id: Id9e692363480fa485ac84d74ebf957f46d6c6340
parents 98fed9a5 fda12be5
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,