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