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

Commit 41757374 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable libgui_window_info_static on mac" into sc-v2-dev am: 2712a0ca

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15395750

Change-Id: I93f463b522f03780c5bf39d561b2d500d16acb6a
parents 77769ed4 2712a0ca
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 {