blob: 655c0c9f15a974565652f8a515f8bf332e119752 [file] [log] [blame]
Mikhail Naganovf0a5a942016-09-22 09:24:58 -07001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.audio.common@2.0_genc++",
5 tool: "hidl-gen",
6 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.audio.common@2.0",
7 srcs: [
8 "types.hal",
9 ],
10 out: [
11 "android/hardware/audio/common/2.0/types.cpp",
12 ],
13}
14
15genrule {
16 name: "android.hardware.audio.common@2.0_genc++_headers",
17 tool: "hidl-gen",
18 cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.audio.common@2.0",
19 srcs: [
20 "types.hal",
21 ],
22 out: [
23 "android/hardware/audio/common/2.0/types.h",
24 ],
25}
26
27cc_library_shared {
28 name: "android.hardware.audio.common@2.0",
29 generated_sources: ["android.hardware.audio.common@2.0_genc++"],
30 generated_headers: ["android.hardware.audio.common@2.0_genc++_headers"],
31 export_generated_headers: ["android.hardware.audio.common@2.0_genc++_headers"],
32 shared_libs: [
33 "libhidl",
34 "libhwbinder",
35 "libutils",
36 "libcutils",
37 ],
38}