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

Commit 1c06cb82 authored by Brett Chabot's avatar Brett Chabot Committed by Yifan Hong
Browse files

Hopefully fix validatekeymaps mac build.

Only link in libbinder for linux builds.

Bug: 172023026
Test: m validatekeymaps
Change-Id: Ibdcdfab2c5160644b9b9453e56a76d47f6d2b9b4
Merged-In: Ibdcdfab2c5160644b9b9453e56a76d47f6d2b9b4
parent 7405010f
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -30,6 +30,14 @@ cc_binary_host {
        "libcutils",
        "liblog",
    ],
    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: {