efa81080fd
Bug: 31559095 Test: Build Change-Id: I1ee9fb492137c6c16f0d02586393837616127972
11 lines
243 B
Text
11 lines
243 B
Text
cc_library {
|
|
srcs: ["processgroup.cpp"],
|
|
name: "libprocessgroup",
|
|
defaults: ["linux_bionic_supported"],
|
|
shared_libs: ["libbase"],
|
|
export_include_dirs: ["include"],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|