blob: e8f4b3a96974eb9a4e1441759c8a11df2bfd8390 [file] [log] [blame]
cc_library {
name: "fmtlib",
srcs: ["fmt/format.cc"],
cflags: [
"-std=c++11",
"-fno-exceptions",
],
sanitize: {
misc_undefined: ["integer"],
},
local_include_dirs: ["."],
export_include_dirs: ["."],
}