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

Commit fa5410e3 authored by Zach Johnson's avatar Zach Johnson Committed by Automerger Merge Worker
Browse files

rusty-gd: turn off darwin builds am: 018e0fb2

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1525438

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I595daa3a509e90b0880300eb9efa201215e1f4e2
parents e65efd46 018e0fb2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -59,6 +59,11 @@ cc_library_static {
    shared_libs: [
        "libchrome",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
    host_supported: true,
}