blob: b82dc4af2210cd6045a6c4d130e5e62fb83024b4 [file] [log] [blame]
Miao Wangb78b2f42017-01-20 10:30:38 -08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Vo69fa1fa2017-02-22 10:46:43 -08003filegroup {
4 name: "android.hardware.renderscript@1.0_hal",
5 srcs: [
6 "types.hal",
7 "IContext.hal",
8 "IDevice.hal",
9 ],
10}
11
Miao Wangb78b2f42017-01-20 10:30:38 -080012genrule {
13 name: "android.hardware.renderscript@1.0_genc++",
14 tools: ["hidl-gen"],
15 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.renderscript@1.0",
16 srcs: [
Tri Vo69fa1fa2017-02-22 10:46:43 -080017 ":android.hardware.renderscript@1.0_hal",
Miao Wangb78b2f42017-01-20 10:30:38 -080018 ],
19 out: [
20 "android/hardware/renderscript/1.0/types.cpp",
21 "android/hardware/renderscript/1.0/ContextAll.cpp",
22 "android/hardware/renderscript/1.0/DeviceAll.cpp",
23 ],
24}
25
26genrule {
27 name: "android.hardware.renderscript@1.0_genc++_headers",
28 tools: ["hidl-gen"],
29 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.renderscript@1.0",
30 srcs: [
Tri Vo69fa1fa2017-02-22 10:46:43 -080031 ":android.hardware.renderscript@1.0_hal",
Miao Wangb78b2f42017-01-20 10:30:38 -080032 ],
33 out: [
34 "android/hardware/renderscript/1.0/types.h",
Steven Morelande90c31f2017-03-24 21:50:45 -070035 "android/hardware/renderscript/1.0/hwtypes.h",
Miao Wangb78b2f42017-01-20 10:30:38 -080036 "android/hardware/renderscript/1.0/IContext.h",
37 "android/hardware/renderscript/1.0/IHwContext.h",
38 "android/hardware/renderscript/1.0/BnHwContext.h",
39 "android/hardware/renderscript/1.0/BpHwContext.h",
40 "android/hardware/renderscript/1.0/BsContext.h",
41 "android/hardware/renderscript/1.0/IDevice.h",
42 "android/hardware/renderscript/1.0/IHwDevice.h",
43 "android/hardware/renderscript/1.0/BnHwDevice.h",
44 "android/hardware/renderscript/1.0/BpHwDevice.h",
45 "android/hardware/renderscript/1.0/BsDevice.h",
46 ],
47}
48
49cc_library_shared {
50 name: "android.hardware.renderscript@1.0",
51 generated_sources: ["android.hardware.renderscript@1.0_genc++"],
52 generated_headers: ["android.hardware.renderscript@1.0_genc++_headers"],
53 export_generated_headers: ["android.hardware.renderscript@1.0_genc++_headers"],
Steven Moreland0dd5ba22017-04-11 09:57:11 -070054 vendor_available: true,
Miao Wangb78b2f42017-01-20 10:30:38 -080055 shared_libs: [
56 "libhidlbase",
57 "libhidltransport",
58 "libhwbinder",
59 "liblog",
60 "libutils",
61 "libcutils",
62 "android.hidl.base@1.0",
63 ],
64 export_shared_lib_headers: [
65 "libhidlbase",
66 "libhidltransport",
67 "libhwbinder",
68 "libutils",
69 "android.hidl.base@1.0",
70 ],
71}