Sign in
android
/
platform
/
frameworks
/
base
/
6e6c3ec037d5bfff3965be23fd0f4c3564e44b53
/
.
/
cmds
/
screencap
/
Android.bp
blob: fc628a696afafc9be5d8f3bd0eb7e53084f5ea9d [
file
] [
log
] [
blame
]
cc_binary
{
name
:
"screencap"
,
srcs
:
[
"screencap.cpp"
],
shared_libs
:
[
"libcutils"
,
"libutils"
,
"libbinder"
,
"libjnigraphics"
,
"libui"
,
"libgui"
,
],
cflags
:
[
"-Wall"
,
"-Werror"
,
"-Wunused"
,
"-Wunreachable-code"
,
],
}