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

Commit 7693a476 authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Disable libgui_window_info_static on mac"

parents c461d347 42f2cc69
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 {