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

Commit 42f2cc69 authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Disable libgui_window_info_static on mac

It is not needed for any mac target, but breaks mac builds by depending
on libbinder which is disabled on mac.

Bug: 192864819
Test: on mac, lunch sdk && m sdk
Change-Id: I1763f40ab8c558b291097357f067ecafc6e27d80
parent 065c8930
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -94,6 +94,12 @@ cc_library_static {
    include_dirs: [
        "frameworks/native/include",
    ],

    target: {
        darwin: {
            enabled: false,
        },
    },
}

filegroup {