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