Sign in
coral
/
android-core
/
4071ad892521f46b8b416726eb259cef23e2ae44
/
.
/
libprocessgroup
/
Android.bp
blob: 1974f2c2b7acbd3259ec7de8433eac27b85b9d28 [
file
] [
log
] [
blame
]
cc_library
{
srcs
:
[
"processgroup.cpp"
],
name
:
"libprocessgroup"
,
defaults
:
[
"linux_bionic_supported"
],
shared_libs
:
[
"libbase"
],
export_include_dirs
:
[
"include"
],
cflags
:
[
"-Wall"
,
"-Werror"
,
],
}