| Dan Willemsen | 2a904af | 2018-05-04 18:35:50 -0700 | [diff] [blame] | 1 | cc_binary { |
| 2 | name: "anrd", | ||||
| 3 | srcs: ["ANRdaemon.cpp"], | ||||
| 4 | cflags: [ | ||||
| 5 | "-Wall", | ||||
| 6 | "-Werror", | ||||
| 7 | ], | ||||
| 8 | |||||
| 9 | shared_libs: [ | ||||
| 10 | "liblog", | ||||
| 11 | "libbinder", | ||||
| 12 | "libcutils", | ||||
| 13 | "libutils", | ||||
| 14 | "libz", | ||||
| 15 | ], | ||||
| 16 | } | ||||