blob: b0bc497abe01975f3b1f591cd750c5821e3e1b4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
cc_library {
srcs: ["processgroup.cpp"],
name: "libprocessgroup",
host_supported: true,
shared_libs: ["libbase"],
export_include_dirs: ["include"],
cflags: [
"-Wall",
"-Werror",
],
}
|