Sign in
coral
/
android-core
/
ea91b9db4098fedd8254ca1b0d51cbebb0198c5c
/
.
/
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"
,
],
}