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