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