Merge "Hopefully fix validatekeymaps mac build." am: 65cef543b4
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1753601 Change-Id: I9848a71f464cb9c0ee127559f67e88f0f96b2d92
This commit is contained in:
@@ -30,11 +30,19 @@ 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: {
|
||||
unbundled_build: {
|
||||
enabled: false,
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user