blob: b0bc497abe01975f3b1f591cd750c5821e3e1b4d [file] [log] [blame]
cc_library {
srcs: ["processgroup.cpp"],
name: "libprocessgroup",
host_supported: true,
shared_libs: ["libbase"],
export_include_dirs: ["include"],
cflags: [
"-Wall",
"-Werror",
],
}