Sign in
android
/
platform
/
frameworks
/
base
/
8c15e003069485a14e8c1e7f7ae92cc4ab55c43f
/
.
/
cmds
/
hid
/
jni
/
Android.bp
blob: 2c07de04b6a7e3736a9cee2772f01fbc64adf015 [
file
] [
log
] [
blame
]
cc_library_shared
{
name
:
"libhidcommand_jni"
,
srcs
:
[
"com_android_commands_hid_Device.cpp"
],
shared_libs
:
[
"libandroid"
,
"libbase"
,
"liblog"
,
"libnativehelper"
,
],
cflags
:
[
"-Wall"
,
"-Wextra"
,
"-Werror"
,
],
}