blob: 9f2a58909fe2af90abbd159786d4526ed97ec7d0 [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"],
54 shared_libs: [
55 "libhidlbase",
56 "libhidltransport",
57 "libhwbinder",
58 "liblog",
59 "libutils",
60 "libcutils",
61 "android.hidl.base@1.0",
62 ],
63 export_shared_lib_headers: [
64 "libhidlbase",
65 "libhidltransport",
66 "libhwbinder",
67 "libutils",
68 "android.hidl.base@1.0",
69 ],
70}