Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
2cbbe9f7a35efdc94e8e34ef92eb6f70a85887fe
/
.
/
libprocessgroup
/
Android.bp
blob: 37e4dbfcf863761b27c675794fd6b76ac90f8cb9 [
file
] [
log
] [
blame
]
cc_library
{
srcs
:
[
"processgroup.cpp"
],
name
:
"libprocessgroup"
,
shared_libs
:
[
"libbase"
],
export_include_dirs
:
[
"include"
],
cflags
:
[
"-Wall"
,
"-Werror"
,
],
}