blob: 2759e29d1620006356dd77215e07541d396d0f3f [file] [log] [blame]
//
// Copyright 2010 The Android Open Source Project
//
// Keymap validation tool.
//
cc_binary_host {
name: "validatekeymaps",
srcs: ["Main.cpp"],
cflags: [
"-Wall",
"-Werror",
],
static_libs: [
"libbase",
"libbinder",
"libinput",
"libutils",
"libcutils",
"liblog",
"libui-types",
],
// This tool is prebuilt if we're doing an app-only build.
product_variables: {
unbundled_build: {
enabled: false,
},
},
}