Sign in
android
/
platform
/
external
/
rmi4utils
/
refs/heads/android10-c2f2-release
/
.
/
rmihidtool
/
Android.bp
blob: 222a120206015ee09ac7d1de373a3007662ffee8 [
file
] [
log
] [
blame
]
cc_binary
{
name
:
"rmihidtool"
,
srcs
:
[
"main.cpp"
],
cflags
:
[
"-Wall"
,
"-Werror"
,
"-Wno-unused-parameter"
,
],
static_libs
:
[
"rmidevice"
],
}