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

Commit 2712a0ca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable libgui_window_info_static on mac" into sc-v2-dev

parents 28758e44 aecaf0a9
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 {