blob: b0bc497abe01975f3b1f591cd750c5821e3e1b4d [file] [log] [blame]
Steven Moreland419ce362017-04-19 14:12:52 -07001cc_library {
2 srcs: ["processgroup.cpp"],
3 name: "libprocessgroup",
Tom Cherry574a0812018-02-23 13:04:40 -08004 host_supported: true,
Steven Moreland419ce362017-04-19 14:12:52 -07005 shared_libs: ["libbase"],
6 export_include_dirs: ["include"],
7 cflags: [
8 "-Wall",
9 "-Werror",
10 ],
11}