Steven Moreland | 419ce36 | 2017-04-19 14:12:52 -0700 | [diff] [blame] | 1 | cc_library { |
2 | srcs: ["processgroup.cpp"], | ||||
3 | name: "libprocessgroup", | ||||
Tom Cherry | efa8108 | 2017-05-09 17:44:49 -0700 | [diff] [blame] | 4 | defaults: ["linux_bionic_supported"], |
Steven Moreland | 419ce36 | 2017-04-19 14:12:52 -0700 | [diff] [blame] | 5 | shared_libs: ["libbase"], |
6 | export_include_dirs: ["include"], | ||||
7 | cflags: [ | ||||
8 | "-Wall", | ||||
9 | "-Werror", | ||||
10 | ], | ||||
11 | } |