blob: 564d6db1998e78279e0c18b10fdfafbb59bd923c [file] [log] [blame]
Miao Wangb78b2f42017-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",
Miao Wangb78b2f42017-01-20 10:30:38 -080017 "libutils",
18 "android.hardware.renderscript@1.0",
19 "android.hidl.base@1.0",
20 ],
21}