blob: 23ca486526695fc222060b507ef8b4035cf435cf [file] [log] [blame]
cc_library_shared {
name: "libsonic",
srcs: ["sonic.c"],
cflags: [
"-Wno-sequence-point",
"-Wno-extra",
"-Wall",
"-Werror",
],
export_include_dirs: ["."],
cpp_std: "c++98",
}