blob: 37e4dbfcf863761b27c675794fd6b76ac90f8cb9 [file] [log] [blame]
Steven Moreland419ce362017-04-19 14:12:52 -07001cc_library {
2 srcs: ["processgroup.cpp"],
3 name: "libprocessgroup",
4 shared_libs: ["libbase"],
5 export_include_dirs: ["include"],
6 cflags: [
7 "-Wall",
8 "-Werror",
9 ],
10}