Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
c53a0e9158bbfb2a4ffa1a15f15bb7450d3fb8d9
/
.
/
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"
,
],
}