Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_core
/
419ce36c7d3911002e8cbabffe5e8addc1388a0c
/
.
/
libprocessgroup
/
Android.bp
blob: 37e4dbfcf863761b27c675794fd6b76ac90f8cb9 [
file
] [
log
] [
blame
]
Steven Moreland
419ce36
2017-04-19 14:12:52 -0700
[
diff
] [
blame^
]
1
cc_library
{
2
srcs
:
[
"processgroup.cpp"
],
3
name
:
"libprocessgroup"
,
4
shared_libs
:
[
"libbase"
],
5
export_include_dirs
:
[
"include"
],
6
cflags
:
[
7
"-Wall"
,
8
"-Werror"
,
9
],
10
}