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

Commit 90f27d43 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Attempt to fix mac build" into sc-v2-dev am: 6ef88d4f

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

Change-Id: I9a1443487befdaf4e99331c7efb917327652aa8d
parents 8d71f10b 6ef88d4f
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -68,12 +68,10 @@ cc_library {

    static_libs: [
        "libui-types",
        "libgui_window_info_static",
    ],

    export_static_lib_headers: [
        "libui-types",
        "libgui_window_info_static",
    ],

    target: {
@@ -96,6 +94,14 @@ cc_library {
                "libui",
            ],

            static_libs: [
                "libgui_window_info_static",
            ],

            export_static_lib_headers: [
                "libgui_window_info_static",
            ],

            sanitize: {
                misc_undefined: ["integer"],
            },
@@ -117,10 +123,15 @@ cc_library {
            ],
            static_libs: [
                "libhostgraphics",
                "libgui_window_info_static",
            ],
            shared_libs: [
                "libbinder",
            ],

            export_static_lib_headers: [
                "libgui_window_info_static",
            ],
        },
    },