blob: 23ca486526695fc222060b507ef8b4035cf435cf [file] [log] [blame]
Steven Moreland11634652017-04-27 16:46:19 -07001cc_library_shared {
2 name: "libsonic",
3
4 srcs: ["sonic.c"],
5
6 cflags: [
7 "-Wno-sequence-point",
8 "-Wno-extra",
Chih-Hung Hsiehc4d7bdd2017-09-29 11:13:28 -07009 "-Wall",
10 "-Werror",
Steven Moreland11634652017-04-27 16:46:19 -070011 ],
Dan Willemsen44dc9782017-10-23 16:34:53 -070012 export_include_dirs: ["."],
13 cpp_std: "c++98",
Steven Moreland11634652017-04-27 16:46:19 -070014}