Sign in
coral
/
android-core
/
a535e5a64ec96858d67bd2d59e35799f658c84d2
/
.
/
libprocessgroup
/
Android.bp
blob: c38279df49726e799fd9584f1cdd3f4cdb467bcb [
file
] [
log
] [
blame
]
cc_library
{
srcs
:
[
"processgroup.cpp"
],
name
:
"libprocessgroup"
,
host_supported
:
true
,
recovery_available
:
true
,
shared_libs
:
[
"libbase"
],
export_include_dirs
:
[
"include"
],
cflags
:
[
"-Wall"
,
"-Werror"
,
],
}