blob: 5fe62035af5c67d945109d9d3edf5caf18bacb07 [file] [log] [blame]
Dan Willemsen242b34e2016-09-28 16:12:24 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.benchmarks.msgq@1.0_genc++",
5 tool: "hidl-gen",
6 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.benchmarks.msgq@1.0",
7 srcs: [
8 "IBenchmarkMsgQ.hal",
9 ],
10 out: [
11 "android/hardware/benchmarks/msgq/1.0/BenchmarkMsgQAll.cpp",
12 ],
13}
14
15genrule {
16 name: "android.hardware.benchmarks.msgq@1.0_genc++_headers",
17 tool: "hidl-gen",
18 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.benchmarks.msgq@1.0",
19 srcs: [
20 "IBenchmarkMsgQ.hal",
21 ],
22 out: [
23 "android/hardware/benchmarks/msgq/1.0/IBenchmarkMsgQ.h",
24 "android/hardware/benchmarks/msgq/1.0/IHwBenchmarkMsgQ.h",
25 "android/hardware/benchmarks/msgq/1.0/BnBenchmarkMsgQ.h",
26 "android/hardware/benchmarks/msgq/1.0/BpBenchmarkMsgQ.h",
27 "android/hardware/benchmarks/msgq/1.0/BsBenchmarkMsgQ.h",
28 ],
29}
30
31cc_library_shared {
32 name: "android.hardware.benchmarks.msgq@1.0",
33 generated_sources: ["android.hardware.benchmarks.msgq@1.0_genc++"],
34 generated_headers: ["android.hardware.benchmarks.msgq@1.0_genc++_headers"],
35 export_generated_headers: ["android.hardware.benchmarks.msgq@1.0_genc++_headers"],
36 shared_libs: [
37 "libhidl",
38 "libhwbinder",
39 "libutils",
40 "libcutils",
41 ],
Steven Moreland79820582016-11-01 13:04:54 -070042 export_shared_lib_headers: [
43 "libhidl",
44 "libhwbinder",
45 "libutils",
Steven Morelandce977942016-10-21 13:40:54 -070046 ],
Dan Willemsen242b34e2016-09-28 16:12:24 -070047}