Merge "Hopefully fix validatekeymaps mac build."
This commit is contained in:
committed by
Android (Google) Code Review
commit
bda3d63235
@@ -16,18 +16,25 @@ 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: {
|
||||
unbundled_build: {
|
||||
enabled: false,
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user