2017-04-19 23:12:52 +02:00
|
|
|
cc_library {
|
|
|
|
srcs: ["processgroup.cpp"],
|
|
|
|
name: "libprocessgroup",
|
2017-05-10 02:44:49 +02:00
|
|
|
defaults: ["linux_bionic_supported"],
|
2017-04-19 23:12:52 +02:00
|
|
|
shared_libs: ["libbase"],
|
|
|
|
export_include_dirs: ["include"],
|
|
|
|
cflags: [
|
|
|
|
"-Wall",
|
|
|
|
"-Werror",
|
|
|
|
],
|
|
|
|
}
|