Dan Willemsen a13b003b8b Convert screencap and libjni_pacprocessor to Android.bp
See build/soong/README.md for more information.

Test: m screencap libjni_pacprocessor
Change-Id: I976ec0fad591f30707b484722c972cd89b569163
2018-11-16 15:47:43 -08:00

22 lines
318 B
Plaintext

cc_binary {
name: "screencap",
srcs: ["screencap.cpp"],
shared_libs: [
"libcutils",
"libutils",
"libbinder",
"libhwui",
"libui",
"libgui",
],
cflags: [
"-Wall",
"-Werror",
"-Wunused",
"-Wunreachable-code",
],
}