Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
67fb6f51fafb934f4c64973b95973de2f0d73d0a
/
.
/
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"
,
],
}