Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
cd20491b43ed4f341a6b2debe309a251fe2b4305
/
.
/
crates
/
vsprintf
/
wrapper.bp.fragment
blob: 82c645ec67572c6001e66c9d858558fe1831d741 [
file
] [
log
] [
blame
]
cc_library
{
name
:
"libvsprintf_wrapper"
,
srcs
:
[
"src/lib.c"
],
cflags
:
[
"-Wall"
,
"-Werror"
,
],
host_supported
:
true
,
product_available
:
true
,
vendor_available
:
true
,
visibility
:
[
"//external/rust/crates/vsprintf"
],
}