Dan Willemsen | a13b003 | 2018-11-16 15:47:43 -0800 | [diff] [blame] | 1 | cc_binary { |
2 | name: "screencap", | ||||
3 | |||||
4 | srcs: ["screencap.cpp"], | ||||
5 | |||||
6 | shared_libs: [ | ||||
7 | "libcutils", | ||||
8 | "libutils", | ||||
9 | "libbinder", | ||||
Derek Sollenberger | a3ef094 | 2020-04-08 15:47:55 -0400 | [diff] [blame] | 10 | "libjnigraphics", |
Dan Willemsen | a13b003 | 2018-11-16 15:47:43 -0800 | [diff] [blame] | 11 | "libui", |
12 | "libgui", | ||||
13 | ], | ||||
14 | |||||
15 | cflags: [ | ||||
16 | "-Wall", | ||||
17 | "-Werror", | ||||
18 | "-Wunused", | ||||
19 | "-Wunreachable-code", | ||||
20 | ], | ||||
21 | } |