blob: 5548699c3e04fb95e5277327accc1307e8c63e07 [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 ],
17
18 init_rc: ["atrace.rc"],
Carmen Jackson4acf7ca2017-04-14 11:58:58 -070019
20 product_variables: {
21 debuggable: {
22 init_rc: ["atrace_userdebug.rc"],
23 },
24 },
Dan Willemsen59e086f2016-07-25 17:13:45 -070025}