| Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 1 | // Copyright 2012 The Android Open Source Project |
| 2 | |||||
| 3 | cc_binary { | ||||
| 4 | name: "atrace", | ||||
| 5 | srcs: ["atrace.cpp"], | ||||
| 6 | |||||
| 7 | shared_libs: [ | ||||
| 8 | "libbinder", | ||||
| Dimitry Ivanov | 421e658 | 2016-09-23 17:22:33 -0700 | [diff] [blame] | 9 | "liblog", |
| Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 10 | "libcutils", |
| 11 | "libutils", | ||||
| 12 | "libz", | ||||
| 13 | "libbase", | ||||
| 14 | ], | ||||
| 15 | |||||
| 16 | init_rc: ["atrace.rc"], | ||||
| 17 | } | ||||