b78b2f4ee6
Contains the definition and implementation of the HAL. Bug: 34396220 Test: mm, all cts tests pass on bullhead and sailfish Merged-In: Ic560efef34f647f441c32ba01ca29d83a3d98b69 Change-Id: Ic560efef34f647f441c32ba01ca29d83a3d98b69
22 lines
479 B
Text
22 lines
479 B
Text
cc_library_shared {
|
|
name: "android.hardware.renderscript@1.0-impl",
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
srcs: [
|
|
"Context.cpp",
|
|
"Device.cpp",
|
|
],
|
|
include_dirs: [
|
|
"frameworks/rs",
|
|
],
|
|
shared_libs: [
|
|
"libdl",
|
|
"liblog",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libhwbinder",
|
|
"libutils",
|
|
"android.hardware.renderscript@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
}
|