blob: cce34e7e6165c988c66b9a350b46368bb5d86df5 [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",
35 "android/hardware/renderscript/1.0/IContext.h",
36 "android/hardware/renderscript/1.0/IHwContext.h",
37 "android/hardware/renderscript/1.0/BnHwContext.h",
38 "android/hardware/renderscript/1.0/BpHwContext.h",
39 "android/hardware/renderscript/1.0/BsContext.h",
40 "android/hardware/renderscript/1.0/IDevice.h",
41 "android/hardware/renderscript/1.0/IHwDevice.h",
42 "android/hardware/renderscript/1.0/BnHwDevice.h",
43 "android/hardware/renderscript/1.0/BpHwDevice.h",
44 "android/hardware/renderscript/1.0/BsDevice.h",
45 ],
46}
47
48cc_library_shared {
49 name: "android.hardware.renderscript@1.0",
50 generated_sources: ["android.hardware.renderscript@1.0_genc++"],
51 generated_headers: ["android.hardware.renderscript@1.0_genc++_headers"],
52 export_generated_headers: ["android.hardware.renderscript@1.0_genc++_headers"],
53 shared_libs: [
54 "libhidlbase",
55 "libhidltransport",
56 "libhwbinder",
57 "liblog",
58 "libutils",
59 "libcutils",
60 "android.hidl.base@1.0",
61 ],
62 export_shared_lib_headers: [
63 "libhidlbase",
64 "libhidltransport",
65 "libhwbinder",
66 "libutils",
67 "android.hidl.base@1.0",
68 ],
69}