574a081623
Bug: 36970783 Test: kill zygote and see that its children die correctly Change-Id: I1b0e9a9cdb834a000fec82323d690e3bd288692d
11 lines
227 B
Text
11 lines
227 B
Text
cc_library {
|
|
srcs: ["processgroup.cpp"],
|
|
name: "libprocessgroup",
|
|
host_supported: true,
|
|
shared_libs: ["libbase"],
|
|
export_include_dirs: ["include"],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|