blob: 6897195d26b83d150c3779c165ec84073d70e2a1 [file] [log] [blame]
cc_library {
name: "fmtlib",
srcs: ["fmt/format.cc"],
cflags: [
"-fno-exceptions",
"-Wall",
"-Werror",
// If built without exceptions, libfmt uses assert.
"-UNDEBUG",
],
sanitize: {
misc_undefined: ["integer"],
},
local_include_dirs: ["."],
export_include_dirs: ["."],
}