1cc_library { 2 name: "libvsprintf_wrapper", 3 srcs: ["src/lib.c"], 4 cflags: [ 5 "-Wall", 6 "-Werror", 7 ], 8 host_supported: true, 9 product_available: true, 10 vendor_available: true, 11 visibility: ["//external/rust/crates/vsprintf"], 12} 13