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

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

Merge "Hopefully fix validatekeymaps mac build."

parents 6ef0203c 4bfc6508
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -16,13 +16,20 @@ cc_binary_host {

    static_libs: [
        "libbase",
        "libbinder",
        "libinput",
        "libutils",
        "libcutils",
        "liblog",
        "libui-types",
    ],
    target: {
        linux_glibc: {
            static_libs: [
                // libbinder is only available for linux
                "libbinder",
            ],
        },
    },

    // This tool is prebuilt if we're doing an app-only build.
    product_variables: {