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",
],
}