blob: c4bd1b36a498885e340a72dcebcbbf80ed0a56d5 [file] [log] [blame]
cc_library_shared {
name: "android.hardware.renderscript@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"Context.cpp",
"Device.cpp",
],
include_dirs: [
"frameworks/rs",
],
shared_libs: [
"libdl",
"liblog",
"libhidlbase",
"libhidltransport",
"libutils",
"android.hardware.renderscript@1.0",
],
}