Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
e05dc6d59c3be6ac42bdc7f415a7ea80a3ed1e18
/
.
/
cmds
/
bugreport
/
Android.bp
blob: 139e4b2bf11d42864fea2a439973911275f6d3e0 [
file
] [
log
] [
blame
]
Dan Willemsen
e05dc6d
2016-07-25 17:13:45 -0700
[
diff
] [
blame^
]
1
cc_binary
{
2
name
:
"bugreport"
,
3
srcs
:
[
"bugreport.cpp"
],
4
cflags
:
[
"-Wall"
],
5
shared_libs
:
[
"libcutils"
],
6
}