Miao Wang | 4772b60 | 2017-01-20 10:30:38 -0800 | [diff] [blame^] | 1 | cc_library_shared { |
2 | name: "android.hardware.renderscript@1.0-impl", | ||||
3 | relative_install_path: "hw", | ||||
4 | proprietary: true, | ||||
5 | srcs: [ | ||||
6 | "Context.cpp", | ||||
7 | "Device.cpp", | ||||
8 | ], | ||||
9 | include_dirs: [ | ||||
10 | "frameworks/rs", | ||||
11 | ], | ||||
12 | shared_libs: [ | ||||
13 | "libdl", | ||||
14 | "liblog", | ||||
15 | "libhidlbase", | ||||
16 | "libhidltransport", | ||||
17 | "libhwbinder", | ||||
18 | "libutils", | ||||
19 | "android.hardware.renderscript@1.0", | ||||
20 | "android.hidl.base@1.0", | ||||
21 | ], | ||||
22 | } |