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

Commit aecaf0a9 authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Colin Cross
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
Merged-In: I1763f40ab8c558b291097357f067ecafc6e27d80
(cherry picked from commit 42f2cc69)
parent 6a80d3f1
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 {