See build/soong/README.md for more information. Test: m screencap libjni_pacprocessor Change-Id: I976ec0fad591f30707b484722c972cd89b569163
22 lines
318 B
Plaintext
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",
|
|
],
|
|
}
|