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

Commit b32c33ed authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "Attempt to fix mac build"

parents 229cc44a d426d2e4
Loading
Loading
Loading
Loading
+13 −2
Original line number Original line Diff line number Diff line
@@ -68,12 +68,10 @@ cc_library {


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


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


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


            static_libs: [
                "libgui_window_info_static",
            ],

            export_static_lib_headers: [
                "libgui_window_info_static",
            ],

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

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