Sign in
coral
/
android-core
/
8fe363f26017e39b80c6cd793f7b2a346da88104
/
.
/
diagnose_usb
/
Android.bp
blob: a7ecf37372cc0f2c91150fdcfe678da952c4fb45 [
file
] [
log
] [
blame
]
cc_library_static
{
name
:
"libdiagnose_usb"
,
cflags
:
[
"-Wall"
,
"-Wextra"
,
"-Werror"
],
host_supported
:
true
,
target
:
{
windows
:
{
enabled
:
true
,
},
},
srcs
:
[
"diagnose_usb.cpp"
],
export_include_dirs
:
[
"include"
],
static_libs
:
[
"libbase"
],
}