| Dan Willemsen | d960894 | 2018-11-16 16:08:45 -0800 | [diff] [blame] | 1 | cc_binary { |
| 2 | name: "cmd", | ||||
| 3 | |||||
| 4 | srcs: ["cmd.cpp"], | ||||
| 5 | |||||
| 6 | shared_libs: [ | ||||
| 7 | "libutils", | ||||
| 8 | "liblog", | ||||
| 9 | "libselinux", | ||||
| 10 | "libbinder", | ||||
| 11 | ], | ||||
| 12 | |||||
| 13 | cflags: [ | ||||
| 14 | "-Wall", | ||||
| 15 | "-Werror", | ||||
| 16 | "-DXP_UNIX", | ||||
| 17 | ], | ||||
| 18 | } | ||||