blob: 6c5869ae9b967fc69ee1ca5ce800053769a26190 [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",
10 "android.hidl.manager@1.0",
11 "libhidlbase",
12 "libhidltransport",
Dimitry Ivanov421e6582016-09-23 17:22:33 -070013 "liblog",
Dan Willemsen59e086f2016-07-25 17:13:45 -070014 "libcutils",
15 "libutils",
16 "libz",
17 "libbase",
18 ],
Dan Willemsen59e086f2016-07-25 17:13:45 -070019
20 init_rc: ["atrace.rc"],
Carmen Jackson4acf7ca2017-04-14 11:58:58 -070021
22 product_variables: {
23 debuggable: {
24 init_rc: ["atrace_userdebug.rc"],
25 },
26 },
Dan Willemsen59e086f2016-07-25 17:13:45 -070027}