blob: 1974f2c2b7acbd3259ec7de8433eac27b85b9d28 [file] [log] [blame]
Steven Moreland419ce362017-04-19 14:12:52 -07001cc_library {
2 srcs: ["processgroup.cpp"],
3 name: "libprocessgroup",
Tom Cherryefa81082017-05-09 17:44:49 -07004 defaults: ["linux_bionic_supported"],
Steven Moreland419ce362017-04-19 14:12:52 -07005 shared_libs: ["libbase"],
6 export_include_dirs: ["include"],
7 cflags: [
8 "-Wall",
9 "-Werror",
10 ],
11}