blob: 5613745e966bf2302473e7a046b8c5a4c2ee9154 [file] [log] [blame]
cc_binary {
name: "accessorychat",
host_supported: true,
srcs: ["accessorychat.c"],
cflags: [
"-Werror",
"-Wno-unused-parameter",
],
target: {
android: {
shared_libs: [
"libusbhost",
"libcutils",
],
},
host: {
static_libs: [
"libusbhost",
"libcutils",
],
cflags: ["-O0"],
},
darwin: {
enabled: false,
},
},
}