blob: 348f6af24a451a124db99c1a94161aee57b6598a [file] [log] [blame]
Miao Wang4772b602017-01-20 10:30:38 -08001cc_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}