blob: 004d7d27bbf61c26e115c2d0896677f16cf47807 [file] [log] [blame]
Chia-I Wue78aa1b2016-09-05 11:46:36 +08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
3genrule {
4 name: "android.hardware.graphics.allocator@2.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -07005 tools: ["hidl-gen"],
6 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.graphics.allocator@2.0",
Chia-I Wue78aa1b2016-09-05 11:46:36 +08007 srcs: [
8 "types.hal",
9 "IAllocator.hal",
10 ],
11 out: [
12 "android/hardware/graphics/allocator/2.0/types.cpp",
13 "android/hardware/graphics/allocator/2.0/AllocatorAll.cpp",
14 ],
15}
16
17genrule {
18 name: "android.hardware.graphics.allocator@2.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070019 tools: ["hidl-gen"],
20 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces android.hardware.graphics.allocator@2.0",
Chia-I Wue78aa1b2016-09-05 11:46:36 +080021 srcs: [
22 "types.hal",
23 "IAllocator.hal",
24 ],
25 out: [
26 "android/hardware/graphics/allocator/2.0/types.h",
27 "android/hardware/graphics/allocator/2.0/IAllocator.h",
28 "android/hardware/graphics/allocator/2.0/IHwAllocator.h",
29 "android/hardware/graphics/allocator/2.0/BnAllocator.h",
30 "android/hardware/graphics/allocator/2.0/BpAllocator.h",
31 "android/hardware/graphics/allocator/2.0/BsAllocator.h",
32 ],
33}
34
35cc_library_shared {
36 name: "android.hardware.graphics.allocator@2.0",
37 generated_sources: ["android.hardware.graphics.allocator@2.0_genc++"],
38 generated_headers: ["android.hardware.graphics.allocator@2.0_genc++_headers"],
39 export_generated_headers: ["android.hardware.graphics.allocator@2.0_genc++_headers"],
40 shared_libs: [
41 "libhidl",
42 "libhwbinder",
43 "libutils",
44 "libcutils",
45 ],
Steven Morelandfcd74eb2016-11-02 10:23:49 -070046 export_shared_lib_headers: [
47 "libhidl",
48 "libhwbinder",
49 "libutils",
Steven Moreland69727772016-10-25 15:45:19 -070050 ],
Chia-I Wue78aa1b2016-09-05 11:46:36 +080051}