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"],
}