| 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", | ||||
| 10 | "libhwui", | ||||
| 11 | "libui", | ||||
| 12 | "libgui", | ||||
| 13 | ], | ||||
| 14 | |||||
| 15 | cflags: [ | ||||
| 16 | "-Wall", | ||||
| 17 | "-Werror", | ||||
| 18 | "-Wunused", | ||||
| 19 | "-Wunreachable-code", | ||||
| 20 | ], | ||||
| 21 | } | ||||