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

Commit 83aa7c34 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Hopefully fix validatekeymaps mac build." am: 65cef543

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1753601

Change-Id: I9848a71f464cb9c0ee127559f67e88f0f96b2d92
parents d148f096 65cef543
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: {