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

Commit 018e0fb2 authored by Zach Johnson's avatar Zach Johnson
Browse files

rusty-gd: turn off darwin builds

Bug: 175349389
Test: compile
Change-Id: Idd133992c743cc24fb8e592c3091bd081a8d2b95
parent 0cf0528e
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,
}