blob: abf7b06687ebec60a449f07ffc561387b410e82b [file] [log] [blame]
Dan Willemsen59e086f2016-07-25 17:13:45 -07001// Copyright 2012 The Android Open Source Project
2
3cc_binary {
4 name: "atrace",
5 srcs: ["atrace.cpp"],
6
7 shared_libs: [
8 "libbinder",
Martijn Coenenee9b97e2016-11-16 16:00:26 +01009 "libhwbinder",
Martijn Coenenee9b97e2016-11-16 16:00:26 +010010 "libhidlbase",
11 "libhidltransport",
Dimitry Ivanov421e6582016-09-23 17:22:33 -070012 "liblog",
Dan Willemsen59e086f2016-07-25 17:13:45 -070013 "libutils",
14 "libz",
15 "libbase",
16 ],
Corey Tabakaa6c0a722017-05-31 16:37:40 -070017 static_libs: [
18 "libpdx_default_transport",
19 ],
Dan Willemsen59e086f2016-07-25 17:13:45 -070020
21 init_rc: ["atrace.rc"],
Carmen Jackson4acf7ca2017-04-14 11:58:58 -070022
23 product_variables: {
24 debuggable: {
25 init_rc: ["atrace_userdebug.rc"],
26 },
27 },
Dan Willemsen59e086f2016-07-25 17:13:45 -070028}