Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_extras
/
refs/heads/r
/
.
/
ANRdaemon
/
Android.bp
blob: 9bb9b71e6603c860fe7cbcf37793efcb34958761 [
file
] [
log
] [
blame
]
Dan Willemsen
2a904af
2018-05-04 18:35:50 -0700
[
diff
] [
blame
]
1
cc_binary
{
2
name
:
"anrd"
,
3
srcs
:
[
"ANRdaemon.cpp"
],
4
cflags
:
[
5
"-Wall"
,
6
"-Werror"
,
7
],
8
9
shared_libs
:
[
10
"liblog"
,
11
"libbinder"
,
12
"libcutils"
,
13
"libutils"
,
14
"libz"
,
15
],
16
}