Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_core
/
fa416f9bec39a2ef25d5b83070e7ca0e450a2549
/
.
/
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"
,
],
}